cleaning crons
[feisty_meow.git] / infobase / configuration / cron / opensim_restart.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 USER=fred
7
8 #[opensim restart]
9 # ensure opensim is started if we can't detect it as running.
10 */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
11
12