We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eab5e commit fca1962Copy full SHA for fca1962
debian/mongodb.upstart
@@ -11,5 +11,5 @@ stop on runlevel [06]
11
script
12
ENABLE_MONGODB="yes"
13
if [ -f /etc/default/mongodb ]; then . /etc/default/mongodb; fi
14
- if [ "x$ENABLE_MONGODB" = "xyes" ]; then start-stop-daemon --start --quiet --chuid mongodb --exec /usr/bin/mongod -- --config /etc/mongodb.conf; fi
+ if [ "x$ENABLE_MONGODB" = "xyes" ]; then exec start-stop-daemon --start --quiet --chuid mongodb --exec /usr/bin/mongod -- --config /etc/mongodb.conf; fi
15
end script
0 commit comments