[06:13] Hi, I am trying to start up my minidlna server on boot by using upstart. I can't seem to make upstart start the server at all. Originally I planned to start it as a specific user, but when this wasn't working. I stripped the .conf file down to the bare minimum, but it is still not working. [06:14] The upstart config I am using can be found here: http://paste.ubuntu.com/8770506/ [06:15] I tried using "expect daemon", but that does not work either. [06:16] When I try to start the job using "sudo start minidlna" I get the error: "Job failed to start" [06:17] starting it from console works fine though [06:52] found the error ... /sbin/ != /bin/ ... [06:55] Thanks anyway!