aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsyncd/templates/xinetd
blob: 46a3fd337d08a7bd5bd51f3f3dad2001646a1147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: xinetd 319 2009-02-28 17:05:16Z guillomovitch $
service rsync
{
        disable         = no
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/bin/rsync
        server_args     = --daemon
        log_on_failure  += USERID
}