mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-21 20:28:21 +00:00
pve-manager.service: add dependencies to fix shutdown order
This commit is contained in:
parent
e0b85a1dbf
commit
02a1322de4
@ -1,9 +1,15 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=PVE VM Manager
|
Description=PVE VM Manager
|
||||||
ConditionPathExists=/usr/bin/pvesh
|
ConditionPathExists=/usr/bin/pvesh
|
||||||
|
Wants=pvestatd.service
|
||||||
Wants=pveproxy.service
|
Wants=pveproxy.service
|
||||||
|
Wants=pve-firewall.service
|
||||||
|
Wants=lxc.service
|
||||||
After=pveproxy.service
|
After=pveproxy.service
|
||||||
|
After=pvestatd.service
|
||||||
After=open-iscsi.service
|
After=open-iscsi.service
|
||||||
|
After=pve-firewall.service
|
||||||
|
After=lxc.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/etc/init.d/pve-manager start
|
ExecStart=/etc/init.d/pve-manager start
|
||||||
|
Loading…
Reference in New Issue
Block a user