void-packages/srcpkgs/iwd/files/ead/run
Jakub Jirutka 28c2213a6c iwd: add vlogger for iwd and ead services
iwd and ead does not log into syslog, just stderr.
2021-07-22 10:24:13 -04:00

3 lines
69 B
Bash

#!/bin/sh
[ -r ./conf ] && . conf
exec /usr/libexec/ead ${OPTS} 2>&1