These should be named default.

This commit is contained in:
Kevin Fenzi 2014-03-17 16:06:51 +00:00
parent 32119b6bc1
commit eef86d5b91
2 changed files with 0 additions and 0 deletions

View 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
}