use kebab-case spelling for new SDN and firewall config-commit services

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2025-07-16 18:41:25 +02:00
parent 7b1ff8e76c
commit a361449763
7 changed files with 9 additions and 9 deletions

View file

@ -29,9 +29,9 @@ SCRIPTS = \
HELPERS = \
pve-startall-delay \
pve-init-ceph-crash \
pvefirewallcommit \
pvesdncommit
pve-init-ceph-crash \
pve-firewall-commit \
pve-sdn-commit
MIGRATIONS = \
pve-lvm-disable-autoactivation

2
debian/postinst vendored
View file

@ -160,7 +160,7 @@ case "$1" in
# same as dh_systemd_enable (code copied)
UNITS="pvedaemon.service pveproxy.service spiceproxy.service pvestatd.service pvebanner.service pvescheduler.service pve-daily-update.timer"
NO_RESTART_UNITS="pvenetcommit.service pve-guests.service pvesdncommit.service pvefirewallcommit.service"
NO_RESTART_UNITS="pvenetcommit.service pve-guests.service pve-sdn-commit.service pve-firewall-commit.service"
for unit in ${UNITS} ${NO_RESTART_UNITS}; do
deb-systemd-helper unmask "$unit" >/dev/null || true

View file

@ -13,9 +13,9 @@ SERVICES= \
pve-storage.target \
pve-daily-update.service\
pve-daily-update.timer \
pvescheduler.service \
pvesdncommit.service \
pvefirewallcommit.service
pvescheduler.service \
pve-sdn-commit.service \
pve-firewall-commit.service
.PHONY: install
install: $(SERVICES)

View file

@ -5,7 +5,7 @@ Wants=pve-cluster.service
After=pve-cluster.service
[Service]
ExecStart=/usr/share/pve-manager/helpers/pvefirewallcommit
ExecStart=/usr/share/pve-manager/helpers/pve-firewall-commit
Type=oneshot
RemainAfterExit=yes

View file

@ -5,7 +5,7 @@ Wants=pve-cluster.service network.target
After=frr.service network.target pve-cluster.service
[Service]
ExecStart=/usr/share/pve-manager/helpers/pvesdncommit
ExecStart=/usr/share/pve-manager/helpers/pve-sdn-commit
Type=oneshot
RemainAfterExit=yes