mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 08:04:32 +04:00
* follow upstream ressources to github * rename /usr/sbin/munin-node to /usr/sbin/muninlite (following the chane of upstream) * change plugin directory from /usr/sbin/munin-node-plugin.d/ to /etc/munin/plugins (compatible to upstream / munin-node) * all patches (except one OpenWrt-specific patch) were merged upstream Signed-off-by: Lars Kruse <devel@sumpfralle.de>
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
service muninlite
|
|
{
|
|
socket_type = stream
|
|
protocol = tcp
|
|
wait = no
|
|
user = root
|
|
group = root
|
|
server = /usr/sbin/muninlite
|
|
disable = no
|
|
}
|