Hi dirk, this script will work if OpenSim crash more than once?

2010/7/9 Dirk Krause <[email protected]>

> Hi,
>
> just for info: this script from a colleague of mine came handy to keep my
> OpenSims running.
>
> I know it's not rocket science but useful. Instead of calling mono
> OpenSim.exe you start this script:
>
> --snip--
>
> until mono OpenSim.exe ; do
>
>    EXIT_CODE=$?
>
>    echo "`date +%Y-%m-%d\ \ %T` # OpenSim crashed with exit code
> $EXIT_CODE. Restart..." >> crash.log
>
>    sleep 1
>
> done
>
> --snip--
>
> Best,
>   Dirk
>
> _______________________________________________
> Opensim-dev mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>
>
_______________________________________________
Opensim-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to