schedulator: added a "result" plugin that records the finished schedule in a database...
[wvapps.git] / evolution / evolution-exchangeit.sh.in
blob6939ff9e36b9aa47138bad67c097605a8f2809f2
1 #!/bin/bash
2 export LD_LIBRARY_PATH=@LD_LIBRARY_PATH@
4 # enable core dumps
5 ulimit -c 102400
7 # keep memory usage from growing insanely
8 ulimit -v 102400
10 # start the plugin in a loop - maybe someday, but for now we want the pain!
11 #while ! "$0.real" "$@"; do
12 # echo "Evolution-exchangeit died with code $? - restarting."
13 # sleep 5
14 #done
16 exec "$0.real" "$@"
18 exit 0