0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

SERVER-10190 reformat start-stop-daemon command line with newlines

This commit is contained in:
Benety Goh 2014-06-30 11:29:16 -04:00
parent 44b0e35918
commit 4350bfad7c

View File

@ -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