:: tighar:cron ::
 

restart Apache at midnight daily

log in as root

crontab -e       # uses vi

At the end of the file just add in your cron job, using the following format:

min hr day month weekday COMMAND

To restart everyday at midnight:

0 0 * * * /sbin/service/ httpd graceful
 
tighar/cron.txt · Last modified: 2010/03/10 18:13 (external edit)
 
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki