Thread: OK ROM comes
View Single Post
Old 06/10/2009, 01:55 AM   #197 (permalink)
scm6079
Member
 
Join Date: Jun 2009
Posts: 34
Thanks: 0
Thanked 69 Times in 15 Posts
Default

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
scm6079 is offline   Reply With Quote