Using NVM to start Node in an Upstart Job

I am trying to start my Node server inside an ubuntu upstart process. I really want to use my NVM environment. But I just can't seem to get it going.

Does anyone have a code snippet of an upstart job that launches their node application within a node virtual environment.