diff options
Diffstat (limited to 'abs/extra-testing/bluez/run.rfcomm')
-rw-r--r-- | abs/extra-testing/bluez/run.rfcomm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/bluez/run.rfcomm b/abs/extra-testing/bluez/run.rfcomm index 72b3e0f..8bc619b 100644 --- a/abs/extra-testing/bluez/run.rfcomm +++ b/abs/extra-testing/bluez/run.rfcomm @@ -10,8 +10,8 @@ RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf" -svwaitup 3 /var/service/bluetoothd || exit 1 +svwaitup -s 3 /var/service/bluetoothd || exit 1 stat_runit "Starting RFCOMM for the bluetooth subsystem" - /usr/bin/rfcomm -f $RFCOMM_CONFIG bind all + /usr/bin/rfcomm -f $RFCOMM_CONFIG bind all /sbin/sv down . |