Re: Problems getting crontab to execute my script

2002-06-15 Thread Shri Shrikumar
On Sat, 2002-06-15 at 11:55, Søren Neigaard wrote: > I have made a script that restarts a Java app., and I have no trouble > running it manually. But when I try to run it with crontab, nothing > happends!? > > Here is my crontab line (as root): > > 0,5,10,15,20,25,30,35,40,45,50,55 * * * * > /pr

Re: Problems getting crontab to execute my script

2002-06-15 Thread Patrick Wiseman
On Sat, 15 Jun 2002, Søren Neigaard wrote: > Here is my crontab line (as root): > > 0,5,10,15,20,25,30,35,40,45,50,55 * * * * > /projects/proximus/bin/restart_proximus.sh > > Should this not call my script every 5 minutes? You can use */5 instead of your list, for every 5 minutes; and make sur