Revision 7e65c12c

b/doc/examples/ganeti.cron.in
1 1
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
2 2

  
3
# On reboot, continue a Ganeti upgrade, if one was in progress
4
@reboot root @SBINDIR@/gnt-cluster upgrade --resume
5

  
3 6
# Restart failed instances (every 5 minutes)
4 7
*/5 * * * * root [ -x @SBINDIR@/ganeti-watcher ] && @SBINDIR@/ganeti-watcher
5 8

  

Also available in: Unified diff