summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatze Miau <miaukatzemiau@priveasy.de>2011-12-03 12:15:23 (GMT)
committerKatze Miau <miaukatzemiau@priveasy.de>2011-12-03 12:15:23 (GMT)
commit7ac99aa8c2669c3bea2df7006125516f544268ff (patch)
treebf59ba30d1fd7caf0141b94078afaf0503cb9566
parent8f1120225df6004ef8ee0117c7dde8973e787605 (diff)
add hbbpd (udp broadcaster listener) to /etc/init.d
-rwxr-xr-xfiles/common/etc/init.d/hbbp11
1 files changed, 11 insertions, 0 deletions
diff --git a/files/common/etc/init.d/hbbp b/files/common/etc/init.d/hbbp
new file mode 100755
index 0000000..70158b7
--- /dev/null
+++ b/files/common/etc/init.d/hbbp
@@ -0,0 +1,11 @@
+#!/bin/sh /etc/rc.common
+START=99
+
+start() {
+ cd /hbbp
+ listener br-mesh
+}
+
+stop() {
+ killall listener
+} \ No newline at end of file
contact: Jan Huwald // Impressum