summaryrefslogtreecommitdiff
path: root/src/pmcd/pmcd.service
blob: aea489d604c78c444d7af54665cc6a4b62775c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Performance Metrics Collector Daemon
Documentation=man:pmcd(8)
Wants=avahi-daemon.service
After=local-fs.target network.target avahi-daemon.service
 
[Service]
Type=oneshot
ExecStart=/etc/init.d/pmcd start
ExecStop=/etc/init.d/pmcd stop
RemainAfterExit=yes 
 
[Install]
WantedBy=multi-user.target