summaryrefslogtreecommitdiffstats
path: root/roles/rsyncd/files/rsync.sundries
blob: 5b81e790dc4a5b54d4ef7bb13a6e19a5ad163744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
        cps             = 250 5
        instances       = 250
        per_source      = 100
}