I'm not using LRP myself, but maybe loop in the .bat (on windows) could help a bit. It works good with sgminer.
:loop
sgminer.exe -c sgminer.conf
ping 127.0.0.1
@echo crashed
goto loop
Ping is there to give me 4 secs just in case I "q"ed the sgminer and really want to quit it.