mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-21 12:57:29 +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]
|
||||
Description=PVE VM Manager
|
||||
ConditionPathExists=/usr/bin/pvesh
|
||||
Wants=pvestatd.service
|
||||
Wants=pveproxy.service
|
||||
Wants=pve-firewall.service
|
||||
Wants=lxc.service
|
||||
After=pveproxy.service
|
||||
After=pvestatd.service
|
||||
After=open-iscsi.service
|
||||
After=pve-firewall.service
|
||||
After=lxc.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/etc/init.d/pve-manager start
|
||||
|
Loading…
Reference in New Issue
Block a user