diff options
Diffstat (limited to 'data/live-build-config/hooks')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 4 |
1 files changed, 3 insertions, 1 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 26bdfc7f..1bea51b1 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 @@ -2,7 +2,9 @@ echo I: Disabling services systemctl disable smartd.service -systemctl disable isc-dhcp-server.service +systemctl disable kea-ctrl-agent.service +systemctl disable kea-dhcp4-server.service +systemctl disable kea-dhcp6-server.service systemctl disable isc-dhcp-relay.service systemctl disable nfacctd.service systemctl disable pmacctd.service |