diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-08-27 05:09:05 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-08-27 05:09:05 +0200 |
commit | 3388a3c0f9bb4782b1eb126739f2c63517274e9d (patch) | |
tree | d4de14ac82b239d163bc9b768dd37a1136170f2c /data | |
parent | f0843ffe83dde9efb2bd557b58d2d7f65fcf5d45 (diff) | |
download | vyos-build-3388a3c0f9bb4782b1eb126739f2c63517274e9d.tar.gz vyos-build-3388a3c0f9bb4782b1eb126739f2c63517274e9d.zip |
T692: do not start TFTP server on boot.
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/18-enable-disable_services.chroot | 2 |
1 files changed, 2 insertions, 0 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 5a25b71d..b8569901 100755 --- a/data/live-build-config/hooks/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/18-enable-disable_services.chroot @@ -34,3 +34,5 @@ systemctl disable pdns-recursor /usr/sbin/update-rc.d -f pdns-recursor remove systemctl disable frr.service + +systemctl disable tftpd-hpa.service |