aboutsummaryrefslogtreecommitdiffstats
path: root/community/munin/munin-node.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/munin/munin-node.initd')
-rw-r--r--community/munin/munin-node.initd22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/munin/munin-node.initd b/community/munin/munin-node.initd
deleted file mode 100644
index ad497eae22..0000000000
--- a/community/munin/munin-node.initd
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-
-# munin-node init.d file for alpine linux.
-
-name=munin-node
-
-pidfile=/run/munin/${name}.pid
-
-command=/usr/sbin/munin-node
-command_args="${EXTRA_OPTS}"
-command_background="no"
-
-depend() {
- need net
- after firewall
-}
-
-start_pre() {
- checkpath -d -o munin:munin -m755 /run/munin
- checkpath -d -o munin:munin -m755 /var/lib/munin/spool
- checkpath -d -o munin:munin -m755 /var/log/munin
-}