ansible/roles/rsyncd/files/rsync.default
2014-03-17 16:06:51 +00:00

14 lines
373 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 = no
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon
log_on_failure += USERID
}