android_mt6572_jiabo/external/rsync/packaging/lsb/rsync.xinetd
2025-09-05 16:56:03 +08:00

13 lines
315 B
Text

# default: off
# description: The rsync server is a good addition to an ftp server, as it
# allows crc checksumming etc.
service rsync
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon
log_on_failure += USERID
}