diff options
Diffstat (limited to 'files/common/etc/init.d/hbbp')
-rwxr-xr-x | files/common/etc/init.d/hbbp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/common/etc/init.d/hbbp b/files/common/etc/init.d/hbbp index 6fbcc86..c6daa1b 100755 --- a/files/common/etc/init.d/hbbp +++ b/files/common/etc/init.d/hbbp @@ -3,9 +3,9 @@ START=45 start() { cd /hbbp - listener br-mesh + hbbpd br-mesh } stop() { - killall listener + killall hbbpd } |