diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-05-13 18:20:52 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-05-13 18:20:52 (GMT) |
commit | 1e328bcfaa64c5e77fc7ac7dfe4b095538d8dcaf (patch) | |
tree | e0ace91b646fab412cc7a792043e90fa592711db /abs/core/runit-scripts/runitscripts | |
parent | a5b1f9bed21ee14c3d9471c6d9f0b04faef9b288 (diff) | |
download | linhes_pkgbuild-1e328bcfaa64c5e77fc7ac7dfe4b095538d8dcaf.zip linhes_pkgbuild-1e328bcfaa64c5e77fc7ac7dfe4b095538d8dcaf.tar.gz linhes_pkgbuild-1e328bcfaa64c5e77fc7ac7dfe4b095538d8dcaf.tar.bz2 |
runit-scripts: update bluetoothd for new bluez
Diffstat (limited to 'abs/core/runit-scripts/runitscripts')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/bluetoothd/run | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run index 5b3e1be..9b25f0b 100755 --- a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run +++ b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run @@ -6,9 +6,7 @@ . /etc/rc.conf . /etc/rc.d/functions -[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth - /usr/bin/svwaitup -s 15 /service/dbus || exit 1 -stat_runit "Starting bluetooth subsystem:" +stat_runit "Starting bluetooth" -exec /usr/bin/bluetoothd -n >/dev/null +exec /usr/bin/bluetoothctl |