Coreserver Cron
From UGCS
(Difference between revisions)
(New page: Cron stuff should be put in /etc/cron.(hourly,daily,weekly,monthly), if possible. Otherwise, you can add a file to /etc/cron.d (look at files already there for the syntax). Please don't ...) |
|||
| Line 1: | Line 1: | ||
Cron stuff should be put in /etc/cron.(hourly,daily,weekly,monthly), if possible. Otherwise, you can add a file to /etc/cron.d (look at files already there for the syntax). Please don't put stuff in the root crontab- it makes it harder for someone else to find it and see what's going on. | Cron stuff should be put in /etc/cron.(hourly,daily,weekly,monthly), if possible. Otherwise, you can add a file to /etc/cron.d (look at files already there for the syntax). Please don't put stuff in the root crontab- it makes it harder for someone else to find it and see what's going on. | ||
| + | |||
| + | [[Category:Sysadmin_Documentation]] | ||
Latest revision as of 00:18, 6 May 2009
Cron stuff should be put in /etc/cron.(hourly,daily,weekly,monthly), if possible. Otherwise, you can add a file to /etc/cron.d (look at files already there for the syntax). Please don't put stuff in the root crontab- it makes it harder for someone else to find it and see what's going on.