[09:50] when I change the /etc/init/myservice.conf file, how do I tell upstart that it has been updated? [09:50] it seems it is ignoring my changes [11:20] If you restart it you should be able to see the changes afaik [12:39] supergonkas: you mean restart upstart ? [12:39] or the service ? [12:39] The service [12:43] hah, if I run this command: sudo initctl reload-configuration then it works [12:44] also added this to my upstart script: start on (started mongodb and started redis-server and runlevel [2345]) [12:44] then tried to shutdown mongodb and then start suricata, but suricata starts eventhough mongodb is not started [12:45] and I checked that mongodb is indeed not running