aboutsummaryrefslogtreecommitdiffstats
path: root/community/iwd/iwd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/iwd/iwd.initd')
-rw-r--r--community/iwd/iwd.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/iwd/iwd.initd b/community/iwd/iwd.initd
index df5cfb5d72a..ce0dda4e8c3 100644
--- a/community/iwd/iwd.initd
+++ b/community/iwd/iwd.initd
@@ -2,7 +2,7 @@
description="iNet wireless daemon"
-: ${error_logger="logger -t iwd -p daemon.info"}
+: ${error_logger="logger -t iwd -p daemon.info >/dev/null 2>&1"}
: ${start_wait=50} # milliseconds
command="/usr/libexec/iwd"
@@ -22,4 +22,5 @@ depend() {
need dbus
before net
keyword -shutdown
+ provide wlan
}