diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-09-23 08:05:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-23 08:05:40 -0500 |
| commit | 12dbf5156a2a425bc4f3016355376b3820e704a9 (patch) | |
| tree | f8250c13a487d8de9aedb6d5e148ccb8d5e35a34 /data | |
| parent | 42e39521c073dd007736f765214933c10a6c9c19 (diff) | |
| parent | 0ba324cb4fd785d0a3cb05a9a3669087f3535679 (diff) | |
| download | vyos-build-12dbf5156a2a425bc4f3016355376b3820e704a9.tar.gz vyos-build-12dbf5156a2a425bc4f3016355376b3820e704a9.zip | |
Merge pull request #1042 from sarthurdev/kea3.0
kea: T7821: Use correct Kea unit files
Diffstat (limited to 'data')
| -rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 6 |
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 |
