#!/bin/sh
export TERM=linux
2>&1
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "starting udevil"
exec /usr/bin/devmon -g
