diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-22 17:20:32 -0400 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-22 17:20:32 -0400 |
commit | 6f67fcda30b1589f1716fb64191c752864e9fab7 (patch) | |
tree | 4c881986f75667d12b9fa3949fa10c8e068e387f | |
parent | d1f0d5732167d142af48b48a84bbbbd2adb7593a (diff) |
crontab file for repo-based cron jobs
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rw-r--r-- | cron-jobs/repo-maint.crontab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cron-jobs/repo-maint.crontab b/cron-jobs/repo-maint.crontab new file mode 100644 index 0000000..dadd1fb --- /dev/null +++ b/cron-jobs/repo-maint.crontab @@ -0,0 +1,12 @@ +MAILTO="root" +#################################################################### +#minute (0-59), # +#| hour (0-23), # +#| | day of the month (1-31), # +#| | | month of the year (1-12), # +#| | | | day of the week (0-6 with 0=Sunday)# +#| | | | | commands # +#################################################################### +*/5 * * * * /arch/cron-jobs/adjust-permissions +00 21 * * * /arch/cron-jobs/createFileList +00 */3 * * * /arch/cron-jobs/ftpdir-cleanup | /arch/cron-jobs/devlist-mailer |