pve-manager/services/spiceproxy.service
Thomas Lamprecht 4032052661 services; update 'PIDFile' to point directly to /run
fixes a complaint from system:
> PIDFile= references path below legacy directory /var/run/'

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-26 11:03:29 +02:00

16 lines
336 B
Desktop File

[Unit]
Description=PVE SPICE Proxy Server
ConditionPathExists=/usr/bin/spiceproxy
Wants=pveproxy.service
After=pveproxy.service
[Service]
ExecStart=/usr/bin/spiceproxy start
ExecStop=/usr/bin/spiceproxy stop
ExecReload=/usr/bin/spiceproxy restart
PIDFile=/run/pveproxy/spiceproxy.pid
Type=forking
[Install]
WantedBy=multi-user.target