diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-23 13:24:21 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-23 13:24:21 +0200 |
commit | f3768f08fb10930d21c4b3a79469510a743975f5 (patch) | |
tree | 765652e96cf763de31336a74226a2d30361aeab0 /data | |
parent | 698f5e16233337284ca3a52a5ffe0d4d7e6e0b11 (diff) | |
download | vyos-build-f3768f08fb10930d21c4b3a79469510a743975f5.tar.gz vyos-build-f3768f08fb10930d21c4b3a79469510a743975f5.zip |
lcd: T2564: disable services by default
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 3 |
1 files changed, 3 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 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 |