summaryrefslogtreecommitdiff
path: root/recipes-connectivity/dhcp/dhcp_%x.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/dhcp/dhcp_%x.bbappend')
-rw-r--r--recipes-connectivity/dhcp/dhcp_%x.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-connectivity/dhcp/dhcp_%x.bbappend b/recipes-connectivity/dhcp/dhcp_%x.bbappend
new file mode 100644
index 0000000..9d0da7e
--- /dev/null
+++ b/recipes-connectivity/dhcp/dhcp_%x.bbappend
@@ -0,0 +1,7 @@
+#SRC_URI = "file://dhcpd.conf"
+
+
+inherit update-rc.d
+INITSCRIPT_PACKAGES = "dhcp-server"
+INITSCRIPT_NAME = "dhcp-server"
+INITSCRIPT_PARAMS = "start 50 S . stop 50 0 6 1 ."