cleanups and new periodic reboot crontab
[feisty_meow.git] / infobase / configuration / cron / opensim_restart.crontab
index 8dc3ab0aa84cc53c1044c9882bd2fc49f958f0b4..d6f56391fcf4fb27793c1d85c909776c8d961241 100644 (file)
@@ -1,5 +1,9 @@
 
+##############
+
 #[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 
+*/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 
+
+##############