package/iwd/S40iwd: log to syslog by default

The built-in default of iwd is to log to stderr, which is lost when
sent to the background.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
This commit is contained in:
Fiona Klute
2026-06-04 16:42:28 +02:00
committed by Marcus Hoffmann
parent 3e2cc4e46f
commit dabaf4ab46

View File

@@ -3,7 +3,7 @@
DAEMON="iwd"
PIDFILE="/var/run/$DAEMON.pid"
IWD_ARGS=""
IWD_ARGS="--logger syslog"
# shellcheck source=/dev/null
[ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON"