17 lines
337 B
Desktop File
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
|