Home › Forums › OS X Server and Client Discussion › Questions and Answers › SystemStarter and Cron
Anyone know how to call SystemStarter in Cron properly?
All I need to do is restart a daemon that I created a StartupItem for on a daily basis.
The current crontab is:
50 4 * * * SystemStarter restart foo
However, cron claims that SystemStarter can not be found.
Comments are closed