Forum Moderators: bakedjake
Yup. Normally you'd do it at the top of the hour, so you'd have a 0, not a 1, and I'm not sure what the "root" is for, since you'd be editing root's crontab anyway.
0 * * * * /etc/rc.d/init.d/httpd reload
The standard format for crons is:
* * * * *
#minute hour day of month month of year day of week (0-6; the 0 refers to Sunday) command