Ensure wpa_supplicant logs to syslog

This commit is contained in:
Justin Perdok 2021-11-14 00:57:15 +01:00 committed by GitHub
parent a5d5533acf
commit cde5396e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ network={
frequency=2437 frequency=2437
} }
EOF EOF
>/dev/null 2>&1 wpa_supplicant -D nl80211 -i wlan0 -c /tmp/wpa_supplicant.conf & >/dev/null 2>&1 wpa_supplicant -u -s -O -D nl80211 -i wlan0 -c /tmp/wpa_supplicant.conf &
fi fi
if ! pgrep dnsmasq >/dev/null 2>&1; then if ! pgrep dnsmasq >/dev/null 2>&1; then