diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-08-27 20:07:40 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-08-27 20:07:59 +0200 |
commit | 69ae765077a9b7dec3bd340a4b2c129283a7edc9 (patch) | |
tree | 2f055cc968e6d9384c2c6382a18372b52dd0bc15 /data | |
parent | df91babcb9a9d24e7803f90a7bab4d49b9c33efb (diff) | |
download | vyos-build-69ae765077a9b7dec3bd340a4b2c129283a7edc9.tar.gz vyos-build-69ae765077a9b7dec3bd340a4b2c129283a7edc9.zip |
bugfix: disable TFTP server on system boot
Diffstat (limited to 'data')
-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 |