rwhitby ec83659301 muninlite: Added service file for and dependency on xinetd.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13589 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
}