aboutsummaryrefslogtreecommitdiffstats
path: root/community/iwd/iwd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/iwd/iwd.confd')
-rw-r--r--community/iwd/iwd.confd10
1 files changed, 8 insertions, 2 deletions
diff --git a/community/iwd/iwd.confd b/community/iwd/iwd.confd
index 916ce5d339f..347008816d4 100644
--- a/community/iwd/iwd.confd
+++ b/community/iwd/iwd.confd
@@ -12,7 +12,13 @@
#command_args=
# Log messages are redirected to syslog. Set to empty string to disable.
-#error_logger="logger -t iwd -p daemon.info"
+#error_logger="logger -t iwd -p daemon.info >/dev/null 2>&1"
+
+# Number of milliseconds to wait after starting and check that daemon is
+# still running. Set to empty string to disable.
+# NOTE: If you use iwd together with ConnMan and ConnMan crashes when started
+# right after iwd, increase this period to e.g. 200 ms.
+#start_wait=50
# Uncomment to use process supervisor.
-#supervisor="supervise-daemon"
+# supervisor="supervise-daemon"