aboutsummaryrefslogtreecommitdiffstats
path: root/main/bluez/bluetooth.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/bluez/bluetooth.initd')
-rw-r--r--main/bluez/bluetooth.initd14
1 files changed, 1 insertions, 13 deletions
diff --git a/main/bluez/bluetooth.initd b/main/bluez/bluetooth.initd
index e1d95a8734..ee40153ec8 100644
--- a/main/bluez/bluetooth.initd
+++ b/main/bluez/bluetooth.initd
@@ -8,18 +8,6 @@ start_stop_daemon_args="--background --make-pidfile"
depend() {
after coldplug
- need dbus localmount
-}
-
-start_post() {
- local adapter
- eindent
- for adapter in $AUTO_ENABLE; do
- ebegin "Enabling $adapter"
- hciconfig $adapter up
- eend
- done
- eoutdent
- return 0
+ need dbus localmount hostname
}