Merge pull request #1056 from justin-p/wpa_supplicant_to_syslog

Ensure wpa_supplicant logs to syslog
This commit is contained in:
Simone Margaritelli 2021-12-05 10:51:00 +01:00 committed by GitHub
commit cd50cf7418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ network={
frequency=2437
}
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
if ! pgrep dnsmasq >/dev/null 2>&1; then