[Mono-list] Running mono app from cron job?

Rafael Ferreira lists at ophion.org
Tue Jun 7 10:00:23 EDT 2005


most likely cron can't find mono. I suggest doing something like this

0,15,30,45 * * * * /usr/local/bin/mono /root/scripts/WatchSite.exe

or just making a bash script out of it and running that instead


On Mon, 2005-06-06 at 18:50 -0700, Eric Damron wrote:
> I'm hoping some of you have started mono apps from a cron job.  I can't
> seem to get my app to fire.
> 
> In my crontab:
> 0,15,30,45 * * * * cd /root/scripts/; mono WatchSite.exe
> 
> Thanks.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list