summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-09-06 18:33:55 +0200
committerChristian Breunig <christian@breunig.cc>2026-09-06 18:33:55 +0200
commit99cd490978f3bf5579db7db12e5ec2e6a9926bfc (patch)
tree68bce3de69329e6bde7038727c7887aa643204dd
parentd2525d97a11de9f4799dbb6d425c5c9c51edf179 (diff)
downloadvyos-build-99cd490978f3bf5579db7db12e5ec2e6a9926bfc.tar.gz
vyos-build-99cd490978f3bf5579db7db12e5ec2e6a9926bfc.zip
hooks: T9283: remove services that no longer exist from disable list
Disabling ipsec.service and strongswan-starter.service failed during every ISO build: Failed to disable unit, unit ipsec.service does not exist. Failed to disable unit, unit strongswan-starter.service does not exist. Since the strongSwan 6.0 update only strongswan.service unit is shipped.
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot
index 3ef8477d..80c37e64 100755
--- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot
+++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot
@@ -47,9 +47,6 @@ systemctl disable keepalived.service
systemctl disable ipvsadm.service
systemctl disable telegraf.service
systemctl disable ndppd.service
-systemctl disable ipsec.service
-systemctl disable strongswan.service
-systemctl disable strongswan-starter.service
systemctl disable strongswan.service
systemctl disable avahi-daemon.service
systemctl disable atop-rotate.timer