From: Matthijs Kooijman Date: Tue, 5 May 2009 16:20:52 +0000 (+0200) Subject: Merge commit 'origin/template' into log X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=ac72e741ef1db02a9fd089c3db60b579557a8186;hp=1263e510f1bad7accf1db234b374cb9ce3caa5d3;p=matthijs%2Fservers%2Fdrsnuggles.git Merge commit 'origin/template' into log * 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. --- diff --git a/etc/default/ssh b/etc/default/ssh new file mode 100644 index 0000000..afbc23b --- /dev/null +++ b/etc/default/ssh @@ -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=