diff options
-rw-r--r-- | debian/mongod.upstart | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/mongod.upstart b/debian/mongod.upstart index b5004510cf3..08b425f4dfa 100644 --- a/debian/mongod.upstart +++ b/debian/mongod.upstart @@ -46,6 +46,8 @@ script if [ "x$ENABLE_MONGOD" = "xyes" ] then - exec start-stop-daemon --start --chuid $DAEMONUSER --exec $NUMACTL $DAEMON $DAEMON_OPTS + exec start-stop-daemon --start \ + --chuid $DAEMONUSER \ + --exec $NUMACTL $DAEMON $DAEMON_OPTS fi end script |