summaryrefslogtreecommitdiff
blob: 50b0dcfa1ef5c7f010b6f7e7b43f02eccdd555ae (plain)
1
2
3
4
5
6
7
8
9
10
service rsync
{
	socket_type = stream
	protocol    = tcp
	wait        = no
	user        = root
	server      = /usr/bin/rsync
	server_args = --daemon
	disable     = yes
}