ansible-role-munin-node/templates/munin-node.service.j2

22 lines
434 B
Plaintext
Raw Permalink Normal View History

2020-04-16 23:29:15 +00:00
[Unit]
Description=Munin Node
Documentation=man:munin-node(1) http://munin.readthedocs.org/en/stable-2.0/reference/munin-node.html
After=network-online.target
[Service]
EnvironmentFile=-/etc/default/munin-node
Type=forking
Restart=always
ExecStart=/usr/sbin/munin-node $DAEMON_ARGS
PIDFile=/run/munin/munin-node.pid
PrivateDevices=false
PrivateTmp=false
ProtectHome=false
ProtectSystem=false
[Install]
WantedBy=multi-user.target