I have live Blog running successfully on a remote VPS. The install method of starting the app #python3.2 application.py requires me to maintain my terminal window open with the ssh connection. This is difficult because my home connection is via 3G mobile dongle which has dodgy connectivity. Is there a way to run this as a daemon? Maybe create a script in /etc/init.d? Any advice or examples would be greatly appreciated. Thanks in advance Dave