diff options
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/bluetoothd/run | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 66e68bb..7cef4f0 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts -pkgver=8.1 -pkgrel=17 +pkgver=8.2 +pkgrel=1 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" 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 |