Hi,

I have not found a user mailing list, I hope this is the right place.

In one of Ubuntu's  jobstart definition (mongodb), there is an issue 
when the binary cannot be launched. More precisely, the script section 
as follows:

script
     ...
     exec start-stop-daemon --start --quiet --chuid mongodb \
         --exec  /usr/bin/mongod -- --config /etc/mongodb.conf;
   fi
end script

Does not signal any error even though mongod cannot be launched (the 
exact issue here is one of the shared library of the mongodb executable 
is missing). Worse, the status error of `service start mongodb` is 0.

How can I fix this ?

cheers,

Davud

-- 
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/upstart-devel

Reply via email to