Revision 24502,
505 bytes
checked in by jdreed, 15 years ago
(diff) |
In auto-update:
* Don't cause cron to send mail when everything's fine.
|
Rev | Line | |
---|
[23148] | 1 | SHELL=/bin/sh |
---|
| 2 | PATH=/sbin:/bin:/usr/sbin:/usr/bin |
---|
| 3 | |
---|
[24152] | 4 | #min hour mday mon wday user command |
---|
[24502] | 5 | 0 2,4,6 * * * root echo "/usr/sbin/athena-auto-update cron" | at "now + $(desync -n 120) minutes" 2>&1 | egrep -v "(job [0-9]+ at)|(^warning: commands will be executed using /bin/sh)" |
---|
| 6 | 0 8,14,20 * * * root echo "/usr/sbin/athena-auto-update cron" | at "now + $(desync -n 360) minutes" 2>&1 | egrep -v "(job [0-9]+ at)|(^warning: commands will be executed using /bin/sh)" |
---|
Note: See
TracBrowser
for help on using the repository browser.