Merge commit 'origin/template' into log
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 5 May 2009 16:20:52 +0000 (18:20 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 5 May 2009 16:20:52 +0000 (18:20 +0200)
* commit 'origin/template':
  ssh: Disable changing of the oom_adj value.
  ssh: Add default initscript configuration.

* commits left out:
  rsyslog: Use another format for forwarding messages.

etc/default/ssh [new file with mode: 0644]

diff --git a/etc/default/ssh b/etc/default/ssh
new file mode 100644 (file)
index 0000000..afbc23b
--- /dev/null
@@ -0,0 +1,12 @@
+# Default settings for openssh-server. This file is sourced by /bin/sh from
+# /etc/init.d/ssh.
+
+# Options to pass to sshd
+SSHD_OPTS=
+
+# OOM-killer adjustment for sshd (see
+# linux/Documentation/filesystems/proc.txt; lower values reduce likelihood
+# of being killed, while -17 means the OOM-killer will ignore sshd; set to
+# the empty string to skip adjustment)
+# Disabled since oom_adj is not available inside vservers
+SSHD_OOM_ADJUST=