Help on services

Kronus

Verified User
Joined
May 31, 2007
Messages
48
Is the a scheduled service or something that runs at midnight every day?

At the same time everyday a few mins past midnight I have a problem with some of my services either restarting I don't see anything in any of the logs but any processes i have running stops.

I am using a high server load python script and it halts at the same time every day.

Any ideas or help would be appreciated

CPU Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz 2gig ram CentOS
 
Check your /etc/crontab file to see when files in cron.daily are run, then check the files in the /etc/cron.daily directory.

Jeff
 
Back
Top