]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/sshd
Debuginformationen aus den CGIs entfernt
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / sshd
index 015a43c5b5008512e2582c3c22a6c2767e6b5176..0770eb8bef1c27b51f2a5b12e475ff9ae9995b8f 100644 (file)
@@ -15,7 +15,7 @@ case "$1" in
         boot_mesg "Starting SSH Server..."
         # Also prevent ssh from being killed by out of memory conditions
         loadproc /usr/sbin/sshd 
-        sleep 1
+        sleep 3
         echo "-16" >/proc/`cat /var/run/sshd.pid`/oom_adj
         ;;