Mac OS X & cron not starting
Why Apple decided to not start cron by default… I don’t know. They did create a launchd startupitem, however, it’s got a funky twist. It looks to see if the cron tabs have been touched, then decides to run cron… after a reboot.
So, to overcome this lameness, simply open your terminal.app and type:
sudo crontab -e
Using your vi skills, add a # to the file, save and quit.
Reboot and do a ps aux | grep cron to see it running.
No Comments »
No comments yet.
RSS feed for comments on this post.
| TrackBack URI
You can also bookmark
this on del.icio.us or check the cosmos
Leave a comment
You must be logged in to post a comment.