summaryrefslogtreecommitdiff
path: root/admin/muninlite/files/etc/xinetd.d/munin
blob: 012d71b9f8f155626f9ba6c5264e34770811daaf (plain)
1
2
3
4
5
6
7
8
9
10
service munin
{
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= root
	group		= root
	server		= /usr/sbin/munin-node
	disable		= no
}