=== Trevinho_ is now known as Trevinho === xnox_ is now known as xnox === PaulePan1er is now known as PaulePanter [15:46] Hey guys, how can I verify that my upstart script is valid. [15:47] jgornick: http://upstart.ubuntu.com/cookbook/#init-checkconf [15:47] jodh: Perfect! Thank you! [15:48] Is it possible to evaluate a path when setting environment variables: env SERVICE_NODE_BIN=$(which node) [16:30] If I use start-stop-daemon in my script stanza, do I need to include any cleanup stanza to start-stop-daemon --stop my PID? Or becuase my original start-stop-daemon creates a PID, upstart knows how to track that and stop it properly.