pve-manager/services/pvestatd.service
Thomas Lamprecht 81c713fcfd cleanup: rename bin/init.d to services
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-06-20 13:04:51 +02:00

16 lines
322 B
Desktop File

[Unit]
Description=PVE Status Daemon
ConditionPathExists=/usr/bin/pvestatd
Wants=pve-cluster.service
After=pve-cluster.service
[Service]
ExecStart=/usr/bin/pvestatd start
ExecStop=/usr/bin/pvestatd stop
ExecReload=/usr/bin/pvestatd restart
PIDFile=/var/run/pvestatd.pid
Type=forking
[Install]
WantedBy=multi-user.target