summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/cron/run
blob: 0894236255f9966f1c8ea02db21bd07f61aa2c8e (plain)
1
2
3
4
5
6
7
8
9
#!/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