forked from pool/rsync
Dirk Mueller
2c22aecd29
if working with image based systems OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=122
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 "$@"
|
|
|