summaryrefslogtreecommitdiff
path: root/files/common/etc/init.d/hbbp
blob: 70158b73b2e090ada952dce9416f08149d274e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh /etc/rc.common
START=99

start() {
	cd /hbbp
	listener br-mesh
}

stop() {
       killall listener
}
contact: Jan Huwald // Impressum