Search Results

Search: Posts Made By: Ganeshwari
36,657
Posted By purdym
@Ganeshwari, why do you have to use cron? ...
@Ganeshwari, why do you have to use cron?

Don't use cron. It wasn't designed for that.

Just start a job, perhaps a wrapper, that runs your script every 4 hours.
36,657
Posted By methyl
Don't understand what triggers the start of this...
Don't understand what triggers the start of this recursive process.

What would you type to cause this event?
36,657
Posted By Peasant
You can setup cron to run @ specific start time...
You can setup cron to run @ specific start time only and use something like this :

15 9 * * * yourjob.sh

With yourjob.sh :


INTERVAL=14400 ## 4 hours in seconds
ITT=4 ## number of...
36,657
Posted By jim mcnamara
15 */4 30 05 * /usr/bin/date...
15 */4 30 05 * /usr/bin/date >>/tmp/cronout
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 01:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy