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

Revision 24797, 506 bytes checked in by jdreed, 14 years ago (diff)
First draft of upgrade script
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)"
7
Note: See TracBrowser for help on using the repository browser.