28c2213a6c
iwd and ead does not log into syslog, just stderr.
3 lines
69 B
Bash
3 lines
69 B
Bash
#!/bin/sh
|
|
[ -r ./conf ] && . conf
|
|
exec /usr/libexec/ead ${OPTS} 2>&1
|