7 lines
151 B
Bash
7 lines
151 B
Bash
#!/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 "$@"
|
|
|