summaryrefslogtreecommitdiff
path: root/package/bluez/files/bluez.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/bluez/files/bluez.init')
-rw-r--r--package/bluez/files/bluez.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bluez/files/bluez.init b/package/bluez/files/bluez.init
index 6a61d38cd..477013d9f 100644
--- a/package/bluez/files/bluez.init
+++ b/package/bluez/files/bluez.init
@@ -13,7 +13,7 @@ start)
bluetoothd
;;
stop)
- killall bluetoothd
+ pkill bluetoothd
;;
restart)
sh $0 stop