removed concept of LIGHTWEIGHT_INIT
[feisty_meow.git] / infobase / configuration / cron / opensim_restart.crontab
index 5df6319c4453badee323064e28443bf739745fe2..8dc3ab0aa84cc53c1044c9882bd2fc49f958f0b4 100644 (file)
@@ -1,11 +1,5 @@
 
-SHELL=/bin/bash
-
-# m h dom mon dow command
-
-USER=fred
-
-# 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
-
+#[opensim restart]
+# ensure opensim is started if we can't detect it as running.
+*/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