Jerry Zhao 191771e32c non-dockerized installation playbook
add non-dockerized installation playbooks and roles

Change-Id: Ica4918a3627ce20db6b4a9823bbbbbaff92b9101
2015-04-01 07:36:01 -07:00

15 lines
331 B
Plaintext

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