Revision e1337c8b82174f6e229ef94283cc14beef4ada34

Committed on 15/06/2016 4:27 pm by Nicholas Digati <nicholas@factual.com> [GitHub Diff]

More changes to docker dhcp

- Can't run dhcp server in CMD since that makes it PID 1 and then when
it's restarted it kills the whole container...oops
- By default isc-dhcpd server listens on all interfaces for that env
variable was kindof useless. Changed it to just specify one specific
interface you want to listen on
- Renamed file again because now it is running the service!
- Restart command was wrong so changed it to use init script