4032052661
fixes a complaint from system: > PIDFile= references path below legacy directory /var/run/' Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
16 lines
318 B
Desktop File
16 lines
318 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|