SERVER-27260 don't use --quiet in service files
This commit is contained in:
parent
d624abbb33
commit
47fd2e9ca0
2
debian/mongod.service
vendored
2
debian/mongod.service
vendored
@ -6,7 +6,7 @@ Documentation=https://docs.mongodb.org/manual
|
||||
[Service]
|
||||
User=mongodb
|
||||
Group=mongodb
|
||||
ExecStart=/usr/bin/mongod --quiet --config /etc/mongod.conf
|
||||
ExecStart=/usr/bin/mongod --config /etc/mongod.conf
|
||||
# file size
|
||||
LimitFSIZE=infinity
|
||||
# cpu time
|
||||
|
||||
@ -6,7 +6,7 @@ Documentation=https://docs.mongodb.org/manual
|
||||
[Service]
|
||||
User=mongod
|
||||
Group=mongod
|
||||
Environment="OPTIONS=--quiet -f /etc/mongod.conf"
|
||||
Environment="OPTIONS=-f /etc/mongod.conf"
|
||||
ExecStart=/usr/bin/mongod $OPTIONS
|
||||
ExecStartPre=/usr/bin/mkdir -p /var/run/mongodb
|
||||
ExecStartPre=/usr/bin/chown mongod:mongod /var/run/mongodb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user