Saturday, June 15, 2002, 2:47:23 PM, Patrick wrote: PW> 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? PW> You can use */5 instead of your list, for every 5 minutes; Thanks that's much smarter :) PW> and make sure PW> there's a blank line at the end of your crontab file, as cron requires a PW> newline after each entry. There was no blank line, but there is now. It still does not work though!? I use 'crontab -e' as root, and this line: */5 * * * * /projects/proximus/bin/restart_proximus.sh As I remember crontab used to mail root is there was any problems, but I get no mails, and my script does not run!? Any ideas? /Søren PW> Patrick -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]