[11:21] i've placed my test.conf files in /etc/init/ [11:21] and i have to call "start test" every time my server is up [11:21] is it anyway to make it auto ? [11:23] fAz4: specify start on [11:24] lnykryn: it's "start on startup" [11:25] in my .conf file [11:25] this should be enough [11:26] lnykryn: it's my script http://paste.ubuntu.com/1058929/ [11:26] on startup, / hasn’t been mounted rw yet, the networking isn’t up etc. [11:27] Ubuntu? Try start on runlevel [2345] [11:27] ion: yeah [11:31] ion: thanks dude [11:31] ion: that was the issue [11:34] should i say "stop on runlevel [!2345]"