/lib/systemd/system/munin-async.service is in munin-async 2.0.25-2.
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 12 13 14 | [Unit]
Description=Munin Node - asynchronous proxy
Documentation=man:munin-async http://munin.readthedocs.org/en/stable-2.0/reference/munin-async.html
Wants=munin-node.service
After=munin-node.service
[Service]
Type=simple
Restart=always
User=munin-async
ExecStart=/usr/share/munin/munin-asyncd
[Install]
WantedBy=multi-user.target
|