basically all the stuff should go into the prereqs block ```sh if [ "$1" = "--prereqs" ] ; then # init stuff here exit 0 fi ``` followed by the code to actually run ndhcp as a service.