=== Azoff_ is now known as Azoff [22:37] can't seem to get upstart to work on ubuntu 14.04. I'm going through some of the solutions here: http://askubuntu.com/questions/62812/why-isnt-my-upstart-service-starting-on-system-boot#71426 [22:40] here's my current script https://www.irccloud.com/pastebin/GHW5FzAF/ [23:17] doing `sudo grep init: /var/log/syslog` tells me: 'init: Failed to spawn example.dev main process: unable to change working directory: No such file or directory' [23:19] however, if I cd to the chdir directory, it's definitely there. could there be a permissions issue? `setuid vagrant` should mean that i'm the correct user to move to that directory though... [23:24] wondering if i need to wait for the filesystem to be up? [23:24] current state of script: [23:26] https://www.irccloud.com/pastebin/ofnt7UrG/