]> git.proxmox.com Git - pve-manager.git/blame - services/spiceproxy.service
api: bulk suspension: log if VMs are skipped due to not running
[pve-manager.git] / services / spiceproxy.service
CommitLineData
6675a064 1[Unit]
16a264ce 2Description=PVE SPICE Proxy Server
6675a064
DM
3ConditionPathExists=/usr/bin/spiceproxy
4Wants=pveproxy.service
5After=pveproxy.service
6
7[Service]
32607384
DM
8ExecStart=/usr/bin/spiceproxy start
9ExecStop=/usr/bin/spiceproxy stop
10ExecReload=/usr/bin/spiceproxy restart
4f1b4dd7 11PIDFile=/run/pveproxy/spiceproxy.pid
6675a064
DM
12Type=forking
13
14[Install]
15WantedBy=multi-user.target