unified the naming system for all crontabs
[feisty_meow.git] / infobase / configuration / cron / opensim_restart.crontab
index bb970ed14343709127530b5ae2fc39e0276888b7..8a91afbf3e8b99a5c47665c2a5ba4800f2863357 100644 (file)
@@ -1,12 +1,5 @@
 
-SHELL=/bin/bash
-
-# m h dom mon dow command
-
-USER=fred
-
 #[opensim restart]
 # ensure 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
-
+*/5 * * * * (export LIGHTWEIGHT_INIT=true; 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