From 36ed60f9f5fbe35c27e11612b58ce045d14d1ee6 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Wed, 13 Dec 2017 13:50:00 +0000 Subject: start tftpd service with correct params Signed-off-by: Adrian Calianu --- nfv-installer/docker-pxe-ramboot/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfv-installer/docker-pxe-ramboot/entrypoint.sh b/nfv-installer/docker-pxe-ramboot/entrypoint.sh index 0930cb9..0099393 100755 --- a/nfv-installer/docker-pxe-ramboot/entrypoint.sh +++ b/nfv-installer/docker-pxe-ramboot/entrypoint.sh @@ -2,5 +2,5 @@ echo "Starting DHCP on interface: $1" /usr/sbin/dhcpd --no-pid $1 -nohup in.tftpd -L& +service tftpd-hpa start /bin/bash -- cgit v1.2.3-54-g00ecf