Since both one-shot services need to wait for quorum, wait for it at the beginning of the scripts, before proceeding with the actual logic. Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com> Link: https://lore.proxmox.com/20250718123313.208460-3-s.hanreich@proxmox.com
13 lines
301 B
Desktop File
13 lines
301 B
Desktop File
[Unit]
|
|
Description=Commit Proxmox VE SDN changes
|
|
DefaultDependencies=no
|
|
Wants=pve-cluster.service network.target
|
|
After=frr.service network.target corosync.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/share/pve-manager/helpers/pve-sdn-commit
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|