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:
parent
7b1ff8e76c
commit
a361449763
7 changed files with 9 additions and 9 deletions
|
|
@ -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
2
debian/postinst
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue