/lib/systemd/system/pmmgr.service is in pcp-manager 4.0.1-1.
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 15 | [Unit]
Description=Performance Metrics Daemon Manager
Documentation=man:pmmgr(8)
Wants=avahi-daemon.service
After=network-online.target avahi-daemon.service pmcd.service
[Service]
Type=forking
Restart=always
ExecStart=/etc/init.d/pmmgr start
ExecStop=/etc/init.d/pmmgr stop
PIDFile=/var/run/pcp/pmmgr.pid
[Install]
WantedBy=multi-user.target
|