summaryrefslogtreecommitdiff
path: root/debian/openssh-server.default
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-06-21 09:47:05 +0000
committerColin Watson <cjwatson@debian.org>2008-06-21 09:47:05 +0000
commita6df5b7cfd9c6f9f591c2d0bb5f6e9bcfbaaa8a4 (patch)
treef6ff8d7b4109db4971669a0936f67b961613a5f3 /debian/openssh-server.default
parent00475f115049851f7b4565f9c62672e1dc3d6795 (diff)
Clarify documentation of SSHD_OOM_ADJUST, and make setting it to the
empty string actually skip adjustment as intended (closes: #487325).
Diffstat (limited to 'debian/openssh-server.default')
-rw-r--r--debian/openssh-server.default3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/openssh-server.default b/debian/openssh-server.default
index c4569e6c1..9680d3427 100644
--- a/debian/openssh-server.default
+++ b/debian/openssh-server.default
@@ -6,5 +6,6 @@ SSHD_OPTS=
6 6
7# OOM-killer adjustment for sshd (see 7# OOM-killer adjustment for sshd (see
8# linux/Documentation/filesystems/proc.txt; lower values reduce likelihood 8# linux/Documentation/filesystems/proc.txt; lower values reduce likelihood
9# of being killed, -17 = disable) 9# of being killed, while -17 means the OOM-killer will ignore sshd; set to
10# the empty string to skip adjustment)
10SSHD_OOM_ADJUST=-17 11SSHD_OOM_ADJUST=-17