#!/bin/sh /etc/rc.common START=45 start() { cd /hbbp hbbpd br-mesh } stop() { killall hbbpd }