Annotation of /trunk/cronie/crontab
Parent Directory | Revision Log
Revision 2172 -
(hide annotations)
(download)
Tue May 14 08:50:19 2013 UTC (11 years, 5 months ago) by niro
File size: 511 byte(s)
Tue May 14 08:50:19 2013 UTC (11 years, 5 months ago) by niro
File size: 511 byte(s)
-added cronie
1 | niro | 2172 | # /etc/crontab - cron configuration file |
2 | |||
3 | # Global variables | ||
4 | SHELL=/bin/bash | ||
5 | PATH=/sbin:/bin:/usr/sbin:/usr/bin | ||
6 | MAILTO=root | ||
7 | |||
8 | # For details see man 4 crontabs | ||
9 | |||
10 | # Example of job definition: | ||
11 | # .---------------- minute (0 - 59) | ||
12 | # | .------------- hour (0 - 23) | ||
13 | # | | .---------- day of month (1 - 31) | ||
14 | # | | | .------- month (1 - 12) OR jan,feb,mar,apr ... | ||
15 | # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat | ||
16 | # | | | | | | ||
17 | # * * * * * user-name command to be executed |