ssh: Disable changing of the oom_adj value.
[matthijs/servers/drsnuggles.git] / etc / default / ssh
1 # Default settings for openssh-server. This file is sourced by /bin/sh from
2 # /etc/init.d/ssh.
3
4 # Options to pass to sshd
5 SSHD_OPTS=
6
7 # OOM-killer adjustment for sshd (see
8 # linux/Documentation/filesystems/proc.txt; lower values reduce likelihood
9 # of being killed, while -17 means the OOM-killer will ignore sshd; set to
10 # the empty string to skip adjustment)
11 # Disabled since oom_adj is not available inside vservers
12 SSHD_OOM_ADJUST=