- `service/conf` must be created by the admin. - `service/log/run` must be created by the admin.
4 lines
148 B
Bash
Executable file
4 lines
148 B
Bash
Executable file
#!/bin/sh
|
|
[ -r ./conf ] && . ./conf
|
|
exec 2>&1
|
|
exec wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i ${WPA_INTERFACE:=wlan0} ${OPTS:=-s}
|