diff options
Diffstat (limited to 'debian/openssh-server.ssh.upstart')
-rw-r--r-- | debian/openssh-server.ssh.upstart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.ssh.upstart b/debian/openssh-server.ssh.upstart index b34cbff5d..9b0e95450 100644 --- a/debian/openssh-server.ssh.upstart +++ b/debian/openssh-server.ssh.upstart | |||
@@ -21,7 +21,7 @@ pre-start script | |||
21 | test -x /usr/sbin/sshd || { stop; exit 0; } | 21 | test -x /usr/sbin/sshd || { stop; exit 0; } |
22 | test -e /etc/ssh/sshd_not_to_be_run && { stop; exit 0; } | 22 | test -e /etc/ssh/sshd_not_to_be_run && { stop; exit 0; } |
23 | 23 | ||
24 | mkdir -p -m0755 /var/run/sshd | 24 | mkdir -p -m0755 /run/sshd |
25 | end script | 25 | end script |
26 | 26 | ||
27 | # if you used to set SSHD_OPTS in /etc/default/ssh, you can change the | 27 | # if you used to set SSHD_OPTS in /etc/default/ssh, you can change the |