diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-10-25 17:05:26 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-10-25 17:05:26 (GMT) |
commit | 7b41a9288f5d1332c8136df798bb8ca2465bc21c (patch) | |
tree | 8551ce40362a5d6191c918f1e5652f9350cce09f /abs/core/runit-scripts/runitscripts/services/bluetoothd | |
parent | 5669815ec3a539cf7b5ac7d8da2cbba3aeff44be (diff) | |
parent | 0a4d5cece8f6b3148a61c6358026fdf2eb81cdb2 (diff) | |
download | linhes_pkgbuild-7b41a9288f5d1332c8136df798bb8ca2465bc21c.zip linhes_pkgbuild-7b41a9288f5d1332c8136df798bb8ca2465bc21c.tar.gz linhes_pkgbuild-7b41a9288f5d1332c8136df798bb8ca2465bc21c.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/bluetoothd')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/bluetoothd/run | 2 |
1 files changed, 1 insertions, 1 deletions
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 |