summaryrefslogtreecommitdiff
blob: d2a7adb8f5b9877d0c10b02624c28cf71c7dd324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# default: on
# description: csync2
service csync2
{
       	flags           = REUSE
        socket_type     = stream        
       	wait            = no
        user            = root
	group		= root
       	server          = /usr/sbin/csync2
        server_args     =  -i
       	#log_on_failure  += USERID
        disable         = yes
	only_from       = 192.168.199.3 192.168.199.4
}