mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 15:58:20 +00:00
pvedaemon.service: Wants=corosync.service to fix shutdown order
To make sure /etc/pve/ is functional while pvedaemon is running.
This commit is contained in:
parent
02a1322de4
commit
e78e0cd733
@ -1,8 +1,8 @@
|
||||
[Unit]
|
||||
Description=PVE API Daemon
|
||||
ConditionPathExists=/usr/bin/pvedaemon
|
||||
Wants=pve-cluster.service
|
||||
After=pve-cluster.service
|
||||
Wants=corosync.service pve-cluster.service
|
||||
After=corosync.service pve-cluster.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/pvedaemon start
|
||||
|
Loading…
Reference in New Issue
Block a user