openwrt_archive/admin/muninlite/files/etc/xinetd.d/munin
2008-12-11 02:13:23 +00:00

11 lines
144 B
Plaintext

service munin
{
socket_type = stream
protocol = tcp
wait = no
user = root
group = root
server = /usr/sbin/munin-node
disable = no
}