summaryrefslogtreecommitdiffstats
path: root/nfv-installer/docker-pxe-ramboot/entrypoint.sh
blob: 0930cb97a3dc1f36f148376b162d431b9c3f6ce3 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
echo "Starting DHCP on interface: $1"

/usr/sbin/dhcpd --no-pid $1
nohup in.tftpd -L&
/bin/bash