void-packages/srcpkgs/interception-tools/files/udevmon/run
2021-07-20 18:11:41 -03:00

12 lines
151 B
Bash
Executable file

#!/bin/sh
exec 2>&1
if [ -r ./conf ]; then
. ./conf
if [ -n "${CONF_FILE}" ]; then
OPTS="${OPTS} -c '${CONF_FILE}'"
fi
fi
exec udevmon ${OPTS}