From 4350bfad7cea746d081190063a6f5a2b00531132 Mon Sep 17 00:00:00 2001 From: Benety Goh Date: Mon, 30 Jun 2014 11:29:16 -0400 Subject: [PATCH] SERVER-10190 reformat start-stop-daemon command line with newlines --- debian/mongod.upstart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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