From f3768f08fb10930d21c4b3a79469510a743975f5 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 23 Aug 2020 13:24:21 +0200 Subject: lcd: T2564: disable services by default --- data/live-build-config/hooks/live/18-enable-disable_services.chroot | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') 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 ca36c2a8..7709e604 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 @@ -34,6 +34,9 @@ systemctl disable pdns-recursor /usr/sbin/update-rc.d -f pdns-recursor remove systemctl disable tftpd-hpa.service /usr/sbin/update-rc.d -f tftpd-hpa.service remove +systemctl disable LCDd.service +/usr/sbin/update-rc.d -f LCDd remove +systemctl disable lcdproc.service systemctl disable strongswan.service systemctl disable frr.service -- cgit v1.2.3