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

13 lines
151 B
Plaintext
Raw Normal View History

2021-06-19 00:27:48 +02:00
#!/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}