pve-manager/services/pvestatd.service
2023-05-04 20:32:24 +03:00

17 lines
337 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=/run/pvestatd.pid
Type=forking
Restart=on-failure
[Install]
WantedBy=multi-user.target