]>
Commit | Line | Data |
---|---|---|
6675a064 DM |
1 | [Unit] |
2 | Description=PVE VM Manager | |
3 | ConditionPathExists=/usr/bin/pvesh | |
02a1322d | 4 | Wants=pvestatd.service |
6675a064 | 5 | Wants=pveproxy.service |
02a1322d DM |
6 | Wants=pve-firewall.service |
7 | Wants=lxc.service | |
6675a064 | 8 | After=pveproxy.service |
02a1322d | 9 | After=pvestatd.service |
fc049c7e | 10 | After=open-iscsi.service |
02a1322d DM |
11 | After=pve-firewall.service |
12 | After=lxc.service | |
6675a064 DM |
13 | |
14 | [Service] | |
1767881b DM |
15 | Environment="PVE_LOG_ID=pve-manager" |
16 | ExecStart=/usr/bin/pvesh --nooutput create /nodes/localhost/startall | |
17 | ExecStop=-/usr/bin/vzdump -stop | |
18 | ExecStop=/usr/bin/pvesh --nooutput create /nodes/localhost/stopall | |
f182f336 DM |
19 | Type=oneshot |
20 | RemainAfterExit=yes | |
1767881b DM |
21 | StandardOutput=null |
22 | StandardError=null | |
6675a064 DM |
23 | |
24 | [Install] | |
25 | WantedBy=multi-user.target |