aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsyncd/templates/xinetd
blob: 7b15520d9263c6adb71b686fab7729bf648f3926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $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
	flags		= IPv6
}