source: trunk/debathena/config/auto-update/debian/debathena-auto-update.cron.d @ 24807

Revision 24807, 696 bytes checked in by jdreed, 14 years ago (diff)
In auto-update: * Add athena-auto-upgrade to try and upgrade machines to a new release * Depend on kexec, for auto-upgrade
Line 
1SHELL=/bin/sh
2PATH=/sbin:/bin:/usr/sbin:/usr/bin
3
4#min  hour      mday  mon  wday  user  command
50     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)"
60     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)"
70     2         *     *    *     root  echo "/usr/sbin/athena-auto-upgrade" | at "now + $(desync -n 360) minutes" 2>&1 | egrep -v "(job [0-9]+ at)|(^warning: commands will be executed using /bin/sh)"
8
Note: See TracBrowser for help on using the repository browser.