ce88ee55b6
OBS-URL: https://build.opensuse.org/request/show/1078381 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=102
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 "$@"
|
|
|