summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-12-09 21:36:00 +0100
committerGitHub <noreply@github.com>2023-12-09 21:36:00 +0100
commit8ce1ae8594f3aea3ee66a7333d64c315a9ec67f9 (patch)
tree1f21949c4591580b305a27c9e8bd1a629b15b768 /data
parent09f3d551172bb5f542e70751b829c49d9bcdc3ef (diff)
parentab4b3ee64f3fd2465aeae745a4c2c893f63e68ef (diff)
downloadvyos-build-8ce1ae8594f3aea3ee66a7333d64c315a9ec67f9.tar.gz
vyos-build-8ce1ae8594f3aea3ee66a7333d64c315a9ec67f9.zip
Merge pull request #336 from sarthurdev/kea
dhcp: T3316: Disable Kea services
Diffstat (limited to 'data')
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot4
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 bd1a0800..4dc880ca 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
@@ -3,7 +3,9 @@
echo I: Disabling services
systemctl disable arpwatch.service
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