From dabaf4ab46909ce9b91f27793c91bbefe8be6618 Mon Sep 17 00:00:00 2001 From: Fiona Klute Date: Thu, 4 Jun 2026 16:42:28 +0200 Subject: [PATCH] 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 Signed-off-by: Marcus Hoffmann --- package/iwd/S40iwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/iwd/S40iwd b/package/iwd/S40iwd index 1a2d0e9780..978912c67f 100644 --- a/package/iwd/S40iwd +++ b/package/iwd/S40iwd @@ -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"