c6e693f0aa11ae28f476b2bd27beca855d963ef3
[feisty_meow.git] / infobase / configuration / cron / opensim_restart.crontab
1
2 #[opensim restart]
3 # ensure opensim is started if we can't detect it as running.
4 */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