void-packages/srcpkgs/interception-tools/files/udevmon/run

13 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}