openwrt-packages/admin/muninlite/files/etc/xinetd.d/munin

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
}