X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Fopensim_restart.crontab;h=8dc3ab0aa84cc53c1044c9882bd2fc49f958f0b4;hb=9fd687b2a9082cc5ce244f779d3f259ea6753216;hp=bb970ed14343709127530b5ae2fc39e0276888b7;hpb=0aaec495405571c163c3110e51dc2b4a26072675;p=feisty_meow.git diff --git a/infobase/configuration/cron/opensim_restart.crontab b/infobase/configuration/cron/opensim_restart.crontab index bb970ed1..8dc3ab0a 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] # ensure 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 - +*/5 * * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/opensim/maybe_restart_opensim.sh) &>>/tmp/${USER}-cron-opensim_restart.log