From 99cd490978f3bf5579db7db12e5ec2e6a9926bfc Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 6 Sep 2026 18:33:55 +0200 Subject: 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. --- data/live-build-config/hooks/live/18-enable-disable_services.chroot | 3 --- 1 file changed, 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 -- cgit v1.2.3