mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 22:38:43 +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]
|
[Unit]
|
||||||
Description=PVE API Daemon
|
Description=PVE API Daemon
|
||||||
ConditionPathExists=/usr/bin/pvedaemon
|
ConditionPathExists=/usr/bin/pvedaemon
|
||||||
Wants=pve-cluster.service
|
Wants=corosync.service pve-cluster.service
|
||||||
After=pve-cluster.service
|
After=corosync.service pve-cluster.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/pvedaemon start
|
ExecStart=/usr/bin/pvedaemon start
|
||||||
|
Loading…
Reference in New Issue
Block a user