I found this excellent website which gives an example upstart script for running Python scripts as daemons. My question is, can I change the name it reports as when I type ps -e?
I was thinking start-stop-daemon might have an option to do that but I haven't found it.