]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- do not daemonize sshd, upstart is not able to track it properly and locks up on...
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 9 May 2010 06:47:12 +0000 (06:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opensshd.upstart -> 1.3

opensshd.upstart

index 79c0bdb77533fd0d91c145deca5c824fd3137ada..07e9b0daff6b0c6c2d54260813e3d2a3aa95a83a 100644 (file)
@@ -21,8 +21,7 @@ script
                OPTIONS="$OPTIONS -6"
        fi
 
-       exec /usr/sbin/sshd $OPTIONS
+       exec /usr/sbin/sshd -D $OPTIONS
 end script
-expect daemon
 
 # vi: ft=upstart
This page took 0.076068 seconds and 4 git commands to generate.