diff options
author | Adrian Calianu <adrian.calianu@enea.com> | 2017-12-13 13:50:00 +0000 |
---|---|---|
committer | Adrian Calianu <adrian.calianu@enea.com> | 2017-12-13 13:50:00 +0000 |
commit | 36ed60f9f5fbe35c27e11612b58ce045d14d1ee6 (patch) | |
tree | 79cc7299c4b72170b5cf3e8d0c32df4f817e61f8 | |
parent | a85474adbbca9d48e67ce10700e5f3ed2c64dfdc (diff) | |
download | nfv-access-tools-36ed60f9f5fbe35c27e11612b58ce045d14d1ee6.tar.gz |
start tftpd service with correct params
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rwxr-xr-x | nfv-installer/docker-pxe-ramboot/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
2 | echo "Starting DHCP on interface: $1" | 2 | echo "Starting DHCP on interface: $1" |
3 | 3 | ||
4 | /usr/sbin/dhcpd --no-pid $1 | 4 | /usr/sbin/dhcpd --no-pid $1 |
5 | nohup in.tftpd -L& | 5 | service tftpd-hpa start |
6 | /bin/bash | 6 | /bin/bash |