diff options
-rwxr-xr-x | data/live-build-config/hooks/18-enable-disable_services.chroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/live-build-config/hooks/18-enable-disable_services.chroot b/data/live-build-config/hooks/18-enable-disable_services.chroot index c6d11e8a..2b278fac 100755 --- a/data/live-build-config/hooks/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/18-enable-disable_services.chroot @@ -32,7 +32,7 @@ systemctl disable udp-broadcast-relay{1.99} /usr/sbin/update-rc.d -f udp-broadcast-relay remove systemctl disable pdns-recursor /usr/sbin/update-rc.d -f pdns-recursor remove -systemctl disable tftp-hpa -/usr/sbin/update-rc.d -f tftp-hpa remove +systemctl disable tftpd-hpa.service +/usr/sbin/update-rc.d -f tftpd-hpa.service remove systemctl disable frr.service |