This file is indexed.

/etc/xinetd.d/csync2 is in csync2 2.0-8-g175a01c-4ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
}