]> git.zerfleddert.de Git - hmcfgusb/blobdiff - init.hmland.OpenWRT
build-system: update for OpenWRT/LEDE package
[hmcfgusb] / init.hmland.OpenWRT
diff --git a/init.hmland.OpenWRT b/init.hmland.OpenWRT
new file mode 100644 (file)
index 0000000..c27a27b
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh /etc/rc.common
+
+START=50
+USE_PROCD=1
+
+start_service() {
+       procd_open_instance
+       procd_set_param command /usr/sbin/hmland -p 1000
+       procd_set_param respawn 10 5 0
+       procd_set_param stdout 1
+       procd_set_param stderr 1
+       procd_set_param user root
+       procd_close_instance
+}
Impressum, Datenschutz