[09:32] Hi, I tired placing a new .conf file in /etc/init but it seems that it isn't being recognised as a service, what could be the reason for this? [09:52] jpentland: http://upstart.ubuntu.com/cookbook/#init-checkconf [14:00] on ubuntu 12.04 is there a way to make upstart interpret an init script as a native upstart job, rather than as a shell script? [20:57] Hi. I an trying to run a script to start a minecraft server in screen. It appears to me that screen is not starting before I call it in upstart. How may I make sure screen is started before it is needed in my script? Currently I have start on (screen and runlevel [2345]) which doesn't appear to work [21:59] I have a status of: `spark-master stop/killed, process 18321` -- how do I really kill it? that process doesn't exist [22:22] Hello [23:19] can anyone help me get a n upstart script to be able to run screen before I run the script? I am having issues getting this to happen