7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# We need this wrapper instead of a plain symlink to be able to set
|
||
|
# a different SELinux label on this
|
||
|
exec -a rsyncd /usr/bin/rsync "$@"
|
||
|
|