diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-10-12 15:17:25 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-10-12 15:17:25 (GMT) |
commit | 93ccbe2d5add497ced90b64b96cdd2e0b93d63a5 (patch) | |
tree | e1ef52735af434d7561dd1fe8f289aaf3b2c737d | |
parent | 3ddd164524d33b31d02e2f41c86d6e4652182e70 (diff) | |
download | linhes_pkgbuild-93ccbe2d5add497ced90b64b96cdd2e0b93d63a5.zip linhes_pkgbuild-93ccbe2d5add497ced90b64b96cdd2e0b93d63a5.tar.gz linhes_pkgbuild-93ccbe2d5add497ced90b64b96cdd2e0b93d63a5.tar.bz2 |
runit-scripts: bluetoothd/run: start bluetoothd instead of bluetoothctl
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/bluetoothd/run | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 253a6a1..11aee66 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=8.5 -pkgrel=3 +pkgrel=4 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 9b25f0b..bc5a564 100755 --- a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run +++ b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run @@ -9,4 +9,4 @@ /usr/bin/svwaitup -s 15 /service/dbus || exit 1 stat_runit "Starting bluetooth" -exec /usr/bin/bluetoothctl +exec /usr/lib/bluetooth/bluetoothd |