summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2014-06-30 11:29:16 -0400
committerBenety Goh <benety@mongodb.com>2014-06-30 11:29:24 -0400
commit4350bfad7cea746d081190063a6f5a2b00531132 (patch)
treea61b6d05718ff23f66a571dff7cd9b5db17be3f4 /debian
parent44b0e3591839525a0c951319540488814e5c25fd (diff)
downloadmongo-4350bfad7cea746d081190063a6f5a2b00531132.tar.gz
SERVER-10190 reformat start-stop-daemon command line with newlines
Diffstat (limited to 'debian')
-rw-r--r--debian/mongod.upstart4
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