pve-manager/services/pve-sdn-commit.service
Stefan Hanreich 3aa6c09142 {sdn, firewall}-commit: wait for quorum
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
2025-07-18 14:36:51 +02:00

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