diff options
author | Kevin Pulo <kevin.pulo@mongodb.com> | 2017-05-30 03:22:31 +0000 |
---|---|---|
committer | Kevin Pulo <kevin.pulo@mongodb.com> | 2017-06-07 10:22:28 +1000 |
commit | 47fd2e9ca0b431f20ba12fb43e6b48f398592778 (patch) | |
tree | 0b663042a4a8fb20ad003036c971bdc5e0918006 /debian | |
parent | d624abbb333ad8a3b414a110d88214b241387bad (diff) | |
download | mongo-47fd2e9ca0b431f20ba12fb43e6b48f398592778.tar.gz |
SERVER-27260 don't use --quiet in service files
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongod.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mongod.service b/debian/mongod.service index 696235ed6bb..85bed745452 100644 --- a/debian/mongod.service +++ b/debian/mongod.service @@ -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 |