diff options
author | andf-mongodb <55111344+andf-mongodb@users.noreply.github.com> | 2019-12-05 17:53:16 -0500 |
---|---|---|
committer | dhatcher42 <daniel.hatcher@mongodb.com> | 2019-12-05 17:53:28 -0500 |
commit | bd7863be222f2dc09294352ba73c23baf36bdbc5 (patch) | |
tree | e59a24ca966e2f9a888e1688557fec4e82a7aec1 /rpm/mongod.service | |
parent | ed03960eb32b62f2f62df7eafe08852143283269 (diff) | |
download | mongo-bd7863be222f2dc09294352ba73c23baf36bdbc5.tar.gz |
SERVER-44974 Remove extra 'for' in rpm/mongod.service
Closes #1338
Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
Diffstat (limited to 'rpm/mongod.service')
-rw-r--r-- | rpm/mongod.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/mongod.service b/rpm/mongod.service index 44a40a5efe6..67ff1879cf6 100644 --- a/rpm/mongod.service +++ b/rpm/mongod.service @@ -30,7 +30,7 @@ LimitMEMLOCK=infinity # total threads (user+kernel) TasksMax=infinity TasksAccounting=false -# Recommended limits for for mongod as specified in +# Recommended limits for mongod as specified in # https://docs.mongodb.com/manual/reference/ulimit/#recommended-ulimit-settings [Install] |