diff options
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 |
1 files changed, 2 insertions, 0 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 7709e604..47c82039 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 @@ -37,6 +37,8 @@ systemctl disable tftpd-hpa.service systemctl disable LCDd.service /usr/sbin/update-rc.d -f LCDd remove systemctl disable lcdproc.service +systemctl disable squid.service +/usr/sbin/update-rc.d -f squid remove systemctl disable strongswan.service systemctl disable frr.service |