]> git.proxmox.com Git - pve-manager.git/blame - services/pve-guests.service
update shipped appliance info index
[pve-manager.git] / services / pve-guests.service
CommitLineData
6675a064 1[Unit]
3fc44aca 2Description=PVE guests
6675a064 3ConditionPathExists=/usr/bin/pvesh
0fe0d924
TL
4RefuseManualStart=true
5RefuseManualStop=true
02a1322d 6Wants=pvestatd.service
6675a064 7Wants=pveproxy.service
ef6260a6 8Wants=spiceproxy.service
02a1322d
DM
9Wants=pve-firewall.service
10Wants=lxc.service
6675a064 11After=pveproxy.service
02a1322d 12After=pvestatd.service
ef6260a6 13After=spiceproxy.service
02a1322d
DM
14After=pve-firewall.service
15After=lxc.service
dd903b5f 16After=pve-ha-crm.service pve-ha-lrm.service
6675a064
DM
17
18[Service]
57de747b 19Environment="PVE_LOG_ID=pve-guests"
1ff3fef0 20ExecStartPre=-/usr/share/pve-manager/helpers/pve-startall-delay
1767881b
DM
21ExecStart=/usr/bin/pvesh --nooutput create /nodes/localhost/startall
22ExecStop=-/usr/bin/vzdump -stop
23ExecStop=/usr/bin/pvesh --nooutput create /nodes/localhost/stopall
f182f336
DM
24Type=oneshot
25RemainAfterExit=yes
a26ddafe 26TimeoutSec=infinity
6675a064
DM
27
28[Install]
29WantedBy=multi-user.target
57de747b 30Alias=pve-manager.service