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