hostapd: Enable logging to syslog

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2024-10-17 14:54:13 +00:00
committed by Arne Fitzenreiter
parent d6dc07a1a8
commit 3c904d268b
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ case "${1}" in
fi
boot_mesg "Starting hostapd... "
loadproc /usr/bin/hostapd -B /etc/hostapd.conf -i "${interface}"
loadproc /usr/bin/hostapd -s -B /etc/hostapd.conf -i "${interface}"
;;
stop)