X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Frun_grid_container_non_work_hours.crontab;h=fab62f8afa29e3f0afd5c0bc0d7de439d56cf7e9;hb=0aaec495405571c163c3110e51dc2b4a26072675;hp=3a008e004e915d7f23a03ad8938a318e4e7503dd;hpb=5dc1a310205ea208f43c99dda7ea08b32fae58e1;p=feisty_meow.git diff --git a/infobase/configuration/cron/run_grid_container_non_work_hours.crontab b/infobase/configuration/cron/run_grid_container_non_work_hours.crontab index 3a008e00..fab62f8a 100644 --- a/infobase/configuration/cron/run_grid_container_non_work_hours.crontab +++ b/infobase/configuration/cron/run_grid_container_non_work_hours.crontab @@ -17,7 +17,7 @@ JAVA_HOME=/usr/lib/jvm/java-6-sun # variegated scheme: we run the container during non-working hours. -# during non-weekday hours, make sure grid container is started if can't detect it as running. +# during non-weekday hours, ensure grid container is started if can't detect it as running. # first is for weekdays, during non-working hours. #*/10 0-8,19-23 * * 1-5 export FOOP=/tmp/container_restarter_${USER}_$(hostname).log; bash $XSEDE_TESTS_FOLDER/library/maybe_restart_container.sh &>>$FOOP ; /bin/chmod g+w $FOOP # second is for weekends.