summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-08-27 05:09:05 +0200
committerDaniil Baturin <daniil@baturin.org>2018-08-27 05:09:05 +0200
commit3388a3c0f9bb4782b1eb126739f2c63517274e9d (patch)
treed4de14ac82b239d163bc9b768dd37a1136170f2c /data
parentf0843ffe83dde9efb2bd557b58d2d7f65fcf5d45 (diff)
downloadvyos-build-3388a3c0f9bb4782b1eb126739f2c63517274e9d.tar.gz
vyos-build-3388a3c0f9bb4782b1eb126739f2c63517274e9d.zip
T692: do not start TFTP server on boot.
Diffstat (limited to 'data')
-rwxr-xr-xdata/live-build-config/hooks/18-enable-disable_services.chroot2
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