From 61c1657d3e207071b7c0c5e7c4ef4a466d8f81b4 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 24 Feb 2019 21:04:35 +0100 Subject: [tftp] T1261: bugfix listening on multiple IP addesses tftp-hpa which is the TFTP daemon used by VyOS does not support listening on multiple IP adresses. With this limitation we will start one TFTP daemon instance per configured listen-address via systemd. (cherry picked from commit 735a24d58ddf55294241ce8160471fe9be062498) --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 663aff4d9..a24d0280a 100755 --- a/debian/rules +++ b/debian/rules @@ -68,3 +68,7 @@ override_dh_auto_install: # Install etc configuration files mkdir -p $(DIR)/etc cp -r src/etc/* $(DIR)/etc + + # Install systemd service units + mkdir -p $(DIR)/lib/systemd/system + cp -r src/systemd/* $(DIR)/lib/systemd/system -- cgit v1.2.3