Skip to content

Commit fca1962

Browse files
author
Richard Kreuter
committed
Backport to 1.2 of bdcd668. SERVER-834
1 parent 84eab5e commit fca1962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/mongodb.upstart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ stop on runlevel [06]
1111
script
1212
ENABLE_MONGODB="yes"
1313
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
14+
if [ "x$ENABLE_MONGODB" = "xyes" ]; then exec start-stop-daemon --start --quiet --chuid mongodb --exec /usr/bin/mongod -- --config /etc/mongodb.conf; fi
1515
end script

0 commit comments

Comments
 (0)