Index: [Article Count Order] [Thread]

Date:  Sun, 8 Oct 2006 01:05:05 +0100
From:  "TUNC ERESEN" <tunc (at mark) eresen.com>
Subject:  [coba-e:07486] Re: RUNNING CRON JOBS
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <008201c6ea6d$6d4f5b90$47ee12b0$@com>
In-Reply-To:  <005001c6ea1c$635ab270$2a101750$@com>
References:  <039801c6e9d0$80515100$6501a8c0 (at mark) mjrtab> <200610070825.07264.bq (at mark) solarspeed.net> <005001c6ea1c$635ab270$2a101750$ (at mark) com>
X-Mail-Count: 07486



-----Original Message-----
From: TUNC ERESEN [mailto:tunc (at mark) eresen.com] 
Sent: 07 October 2006 15:25
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:07479] RUNNING CRON JOBS

I need a help to run cronjob on my servers, Could someone write me simple way of running below cron job on my B/Q servers.

Run fix_majordomo.pl
Run this script every 5 minutes as a cron job. Download fix_majordomo.pl and you may view the source 


Regards
Tunc
----------------



I did crontab -e
And inserted "5 0 * * * /etc/fix_majordomo.pl [-hmtvV]"
And crontab -l listed all crons below
0 * * * * /etc/webmin/bandwidth/rotate.pl
00 3 * * * /etc/webmin/webmin/update.pl
@daily /etc/webmin/mysql/backup.pl --all
@daily /etc/webmin/fsdump/backup.pl 95991148363649
5 0 * * * /etc/fix_majordomo.pl [-hmtvV]

including above job to be running every 5 minutes, I hope it is correct.... 

Thanks 

Tunc