Skip to content

Commit

Permalink
Delete /var/run/crond.reboot before starting cron; otherwise, run-once
Browse files Browse the repository at this point in the history
tasks will never be run at startup.
  • Loading branch information
fest3er committed Mar 30, 2011
1 parent ea9f797 commit e8db978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distrib/build/sources/coretree/tree/etc/rc.d/rc.sysinit
Expand Up @@ -168,6 +168,7 @@ echo "Running /etc/rc.d/rc.network"
. /etc/rc.d/rc.network

echo "Starting cron"
rm -f /var/run/crond.reboot
/usr/sbin/cron
echo "Starting httpd"
#/usr/apache2/sbin/httpd -DSSL -DDEFLATE
Expand Down

0 comments on commit e8db978

Please sign in to comment.