updated to emit dot directories and files.
[feisty_meow.git] / database / configuration / cron / opensim_restart.crontab
index c4882aef5534998c8ca5dbed5504cfc2f5522f72..5df6319c4453badee323064e28443bf739745fe2 100644 (file)
@@ -3,7 +3,9 @@ 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.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 * * * * 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