summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2025-09-22 22:31:15 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2025-09-22 22:31:15 +0200
commit0ba324cb4fd785d0a3cb05a9a3669087f3535679 (patch)
treef8250c13a487d8de9aedb6d5e148ccb8d5e35a34 /data
parent42e39521c073dd007736f765214933c10a6c9c19 (diff)
downloadvyos-build-0ba324cb4fd785d0a3cb05a9a3669087f3535679.tar.gz
vyos-build-0ba324cb4fd785d0a3cb05a9a3669087f3535679.zip
kea: T7821: Use correct Kea unit files
Diffstat (limited to 'data')
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot6
1 files changed, 3 insertions, 3 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 cae1067c..58ef7239 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
@@ -5,9 +5,9 @@ systemctl disable syslog.service
systemctl disable rsyslog.service
systemctl disable arpwatch.service
systemctl disable smartd.service
-systemctl disable kea-dhcp4.service
-systemctl disable kea-dhcp6.service
-systemctl disable kea-dhcp-ddns.service
+systemctl disable isc-kea-dhcp4-server.service
+systemctl disable isc-kea-dhcp6-server.service
+systemctl disable isc-kea-dhcp-ddns-server.service
systemctl disable isc-dhcp-relay.service
systemctl disable nfacctd.service
systemctl disable sfacctd.service