#!/bin/sh
exec 2>&1
if [ -r ./conf ]; then
. ./conf
fi
exec /usr/bin/i8kmon ${OPTS:=--nouserconfig} 1>&2