Ensure wpa_supplicant logs to syslog
This commit is contained in:
parent
a5d5533acf
commit
cde5396e85
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user