summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-08-19 02:32:24 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-08-19 02:32:24 (GMT)
commit6ec62c47a7bd1b0e5e1ef3266907038f4ce7c79d (patch)
treed953165bf217beb347bddbd5836139c84598478c /abs/core/runit-scripts/runitscripts/services
parent9717976f8559a5f965867438fe4457aa9e8bc113 (diff)
downloadlinhes_pkgbuild-6ec62c47a7bd1b0e5e1ef3266907038f4ce7c79d.zip
linhes_pkgbuild-6ec62c47a7bd1b0e5e1ef3266907038f4ce7c79d.tar.gz
linhes_pkgbuild-6ec62c47a7bd1b0e5e1ef3266907038f4ce7c79d.tar.bz2
runit-scripts: make bluetoothd/run executable
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services')
-rwxr-xr-x[-rw-r--r--]abs/core/runit-scripts/runitscripts/services/bluetoothd/run6
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run
index 7a92437..6e3f23d 100644..100755
--- a/abs/core/runit-scripts/runitscripts/services/bluetoothd/run
+++ b/abs/core/runit-scripts/runitscripts/services/bluetoothd/run
@@ -8,5 +8,7 @@
[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth
- stat_runit "Starting bluetooth subsystem:"
- exec /usr/sbin/bluetoothd -n
+/sbin/svwaitup -s 15 /service/dbus || exit 1
+stat_runit "Starting bluetooth subsystem:"
+
+exec /usr/sbin/bluetoothd -n