]> git.proxmox.com Git - pve-manager.git/blame - services/pvestatd.service
update shipped appliance info index
[pve-manager.git] / services / pvestatd.service
CommitLineData
6675a064
DM
1[Unit]
2Description=PVE Status Daemon
3ConditionPathExists=/usr/bin/pvestatd
f01a63eb 4Wants=pve-cluster.service
6675a064
DM
5After=pve-cluster.service
6
7[Service]
32607384
DM
8ExecStart=/usr/bin/pvestatd start
9ExecStop=/usr/bin/pvestatd stop
10ExecReload=/usr/bin/pvestatd restart
4f1b4dd7 11PIDFile=/run/pvestatd.pid
6675a064
DM
12Type=forking
13
14[Install]
15WantedBy=multi-user.target