summaryrefslogtreecommitdiffstats
path: root/projectroot/usr/lib/systemd/system/munin-node.service
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/usr/lib/systemd/system/munin-node.service')
-rw-r--r--projectroot/usr/lib/systemd/system/munin-node.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/projectroot/usr/lib/systemd/system/munin-node.service b/projectroot/usr/lib/systemd/system/munin-node.service
new file mode 100644
index 000000000..8bb98ceef
--- /dev/null
+++ b/projectroot/usr/lib/systemd/system/munin-node.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Munin Node
+
+[Service]
+Type=forking
+Restart=always
+ExecStart=/usr/sbin/munin-node
+PIDFile=/run/munin-node.pid
+
+[Install]
+WantedBy=multi-user.target