fwknop: init script improvements
[feed/packages.git] / admin / muninlite / files / etc / xinetd.d / munin
1 service munin
2 {
3 socket_type = stream
4 protocol = tcp
5 wait = no
6 user = root
7 group = root
8 server = /usr/sbin/munin-node
9 disable = no
10 }