# Crontab for mini-lander
LANDER_TOPDIR=/raid1/LANDER
MAILTO=plander@localhost

#xxx uncomment all to run mini-lander
##monitor
* * * * * $LANDER_TOPDIR/plander/scripts/monitor.sh
#
##scrubber
* * * * *    $LANDER_TOPDIR/plander/scripts/scrubber_dispatcher.sh
#
##run key aging script every hour (actual rotation done every two weeks)
3 * * * *      $LANDER_TOPDIR/plander/scripts/rotatekey.sh key_host
