diff options
Diffstat (limited to 'files/common/etc')
| -rwxr-xr-x | files/common/etc/init.d/hbbp | 11 | 
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 | 
