These should be named default.
This commit is contained in:
parent
32119b6bc1
commit
eef86d5b91
2 changed files with 0 additions and 0 deletions
14
roles/rsyncd/files/rsync.default
Normal file
14
roles/rsyncd/files/rsync.default
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue