mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Marcus Hoffmann
parent
3e2cc4e46f
commit
dabaf4ab46
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user