2013-03-12 09:38:11 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Munin Node
|
|
|
|
Requires=network.target
|
|
|
|
|
|
|
|
[Service]
|
2021-10-29 15:55:01 +02:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
# end of automatic additions
|
2013-03-12 09:38:11 +01:00
|
|
|
Type=forking
|
|
|
|
ExecStart=/usr/sbin/munin-node
|
2015-08-02 08:39:14 +02:00
|
|
|
ExecStartPre=/usr/bin/mkdir -p /var/run/munin/
|
2013-05-30 09:41:33 +02:00
|
|
|
PIDFile=/var/run/munin/munin-node.pid
|
2013-03-12 09:38:11 +01:00
|
|
|
|
2013-05-30 09:41:33 +02:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|