diff options
Diffstat (limited to 'package/bluez/files')
-rw-r--r-- | package/bluez/files/bluez.init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bluez/files/bluez.init b/package/bluez/files/bluez.init index 1100d4974..ed4faa547 100644 --- a/package/bluez/files/bluez.init +++ b/package/bluez/files/bluez.init @@ -7,6 +7,7 @@ case $1 in autostop) ;; autostart) test x"${bluez:-NO}" = x"NO" && exit 0 + test x"$bluez" = x"DAEMON" && test -x /bin/mksh && exec mksh -T- $0 start exec sh $0 start ;; start) |