Quote:
Originally Posted by Unregistered
just edit your startscript so that mprime runs verbose and direct the output into a textfile, this way
cd /home/victor/mprime
./mprime -d >> mprime.log
then it always appends the output to mprime.log
|
./mprime -d >> mprime.log &