summaryrefslogtreecommitdiff
path: root/debian/init.d
diff options
context:
space:
mode:
authorDaniel Hatcher <daniel.hatcher@mongodb.com>2019-08-26 18:44:08 +0000
committerevergreen <evergreen@mongodb.com>2019-08-26 18:44:08 +0000
commitfdc2af124b38652be53ff46ad658e86f7dd1f47a (patch)
treeb60416a49b8469635fd73ab8993eb0b731c84a3a /debian/init.d
parent510ae69f94d91f27cfdd15142911495d3179df69 (diff)
downloadmongo-fdc2af124b38652be53ff46ad658e86f7dd1f47a.tar.gz
SERVER-42964 Fix wrong ulimit recommended settings docs link in init and service files
Closes #1320 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
Diffstat (limited to 'debian/init.d')
-rw-r--r--debian/init.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/init.d b/debian/init.d
index c47ac17b3de..7577a0a9dea 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -126,7 +126,7 @@ running() {
start_server() {
# Recommended ulimit values for mongod or mongos
- # See http://docs.mongodb.org/manual/reference/ulimit/#recommended-settings
+ # See https://docs.mongodb.com/manual/reference/ulimit/#recommended-ulimit-settings
#
ulimit -f unlimited
ulimit -t unlimited