diff options
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 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 02635c40..fedb4685 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 @@ -55,6 +55,7 @@ systemctl disable hostapd.service systemctl disable keepalived.service systemctl disable ipvsadm.service systemctl disable telegraf.service +systemctl disable ModemManager.service echo I: Enabling services systemctl enable ssh-session-cleanup.service |