/lib/systemd/system/munin-node.service is in munin-node 2.0.19-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | [Unit]
Description=Munin Node
[Service]
Type=forking
Restart=always
ExecStart=/usr/sbin/munin-node
PIDFile=/run/munin/munin-node.pid
[Install]
WantedBy=multi-user.target
|