summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/bluetoothd/run
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-15 20:38:18 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-15 20:38:18 (GMT)
commit237df8ca287f8109dad86a73072853fd8d7670ff (patch)
tree3cf532283cc93d13f3b2155a72c29334b7f853b3 /abs/core/runit-scripts/runitscripts/services/bluetoothd/run
parent7c996d3dbc7f8609f7dedbf0928305930d86c9cf (diff)
downloadlinhes_pkgbuild-237df8ca287f8109dad86a73072853fd8d7670ff.zip
linhes_pkgbuild-237df8ca287f8109dad86a73072853fd8d7670ff.tar.gz
linhes_pkgbuild-237df8ca287f8109dad86a73072853fd8d7670ff.tar.bz2
runit-scripts: update /sbin dirs to /usr/bin. refs #961
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/bluetoothd/run')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/bluetoothd/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run
index 15d3bb2..5b3e1be 100755
--- a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run
+++ b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run
@@ -8,7 +8,7 @@
[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth
-/sbin/svwaitup -s 15 /service/dbus || exit 1
+/usr/bin/svwaitup -s 15 /service/dbus || exit 1
stat_runit "Starting bluetooth subsystem:"
-exec /usr/sbin/bluetoothd -n >/dev/null
+exec /usr/bin/bluetoothd -n >/dev/null