#!/bin/sh
[ -r ./conf ] && . ./conf
exec 2>&1
exec wpa_actiond -a ${ACTION_FILE:=/usr/bin/wpa_log} -i ${WPA_INTERFACE:=wlan0} ${OPTS:=-n}
