cleaning a bit, including moving out some old docs, and renaming
[feisty_meow.git] / infobase / configuration / cron / opensim_restart.crontab
diff --git a/infobase/configuration/cron/opensim_restart.crontab b/infobase/configuration/cron/opensim_restart.crontab
new file mode 100644 (file)
index 0000000..5df6319
--- /dev/null
@@ -0,0 +1,11 @@
+
+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
+
+