Thread: OK ROM comes
View Single Post
Old 06/10/2009, 02:00 AM   #200 (permalink)
PreGame
Pre Developer
 
PreGame's Avatar
 
Join Date: Jun 2009
Posts: 499
Thanks: 22
Thanked 748 Times in 66 Posts
Default

Quote:
Originally Posted by scm6079 View Post
I found a very interesting hook, it looks like cron (the linux scheduler) is up and running on the pre.


# jobfile for busybox crond, with pre-start commands to create the
# directory and files it wants by default. That there's not 'start
# on' stanza is intentional: it's for development use only. We can
# turn it on later if we need it, e.g. to keep the clock synced. It
# does work.

respawn

exec /usr/sbin/crond -f

pre-start script
mkdir -p /var/spool/cron/crontabs
ln -sf /etc/cron/crontabs/root /var/spool/cron/crontabs/root
end script
Yea it would seem the alerts and alarms are running from crons
PreGame is offline   Reply With Quote