#!/bin/sh export TERM=linux . /etc/rc.conf . /etc/rc.d/functions stat_runit "Starting Cron" exec 2>&1 exec /usr/sbin/crond -f >/dev/null 2>/dev/null