File: csync2.xinetd

package info (click to toggle)
csync2 2.0-22-gce67c55-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 876 kB
  • sloc: ansic: 6,854; sh: 780; yacc: 458; perl: 277; lex: 92; makefile: 88; cs: 73; sql: 42
file content (15 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# default: off
# description: csync2
service csync2
{
	flags		= REUSE
	socket_type	= stream
	wait		= no
	user		= root
	group		= root
	server		= /usr/sbin/csync2
	server_args	= -i -l
	#log_on_failure	+= USERID
	disable		= yes
	# only_from	= 192.168.199.3 192.168.199.4
}