ec83659301
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13589 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
144 B
Plaintext
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
|
|
}
|