X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Fopensim_restart.crontab;h=e3a6411321097ffbf6ebf7fb97c7ca5aaadfbdc0;hb=668c41b51990bc1b1a862ed09a33ac6f9cd16084;hp=22fbdfff5a53a7edfc0fc7580f7f16e6d546b090;hpb=a5ac082e97881c155ce3693deb4f81f861243d09;p=feisty_meow.git diff --git a/infobase/configuration/cron/opensim_restart.crontab b/infobase/configuration/cron/opensim_restart.crontab index 22fbdfff..e3a64113 100644 --- a/infobase/configuration/cron/opensim_restart.crontab +++ b/infobase/configuration/cron/opensim_restart.crontab @@ -1,12 +1,5 @@ -SHELL=/bin/bash - -# m h dom mon dow command - -USER=fred - #[opensim restart] -# make sure opensim is started if we can't detect it as running. -*/5 * * * * export FOOP=/tmp/opensim_restart_$USER.log; export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh &>>$FOOP ; bash $HOME/feisty_meow/scripts/opensim/maybe_restart_opensim.sh &>>$FOOP ; /bin/chmod g+w $FOOP - +# ensure opensim is started if we can't detect it as running. +*/5 * * * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; bash $FEISTY_MEOW_SCRIPTS/opensim/maybe_restart_opensim.sh) &>>/tmp/${CRONUSER}-cron-opensim_restart.log