void-packages/srcpkgs/wpa_supplicant/files/wpa_supplicant/run
Juan RP 1fa186703b wpa_supplicant: service/conf and service/log must not be handled by xbps.
- `service/conf` must be created by the admin.
- `service/log/run` must be created by the admin.
2016-01-11 09:36:36 +01:00

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}