diff options
author | Colin Watson <cjwatson@ubuntu.com> | 2014-02-09 16:10:12 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-10 02:40:17 +0000 |
commit | 61466f681be917753b4ae82f3b6b16cbb44047ae (patch) | |
tree | 45e8bfb26146c1eb51b88dab63e319cde0329c15 /sshd.8 | |
parent | 5e0540a17ace7dbbcec332ad3828d09dfa69dc6f (diff) |
Refer to ssh's Upstart job as well as its init script
Forwarded: not-needed
Last-Update: 2013-09-14
Patch-Name: doc-upstart.patch
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -70,7 +70,10 @@ over an insecure network. | |||
70 | .Nm | 70 | .Nm |
71 | listens for connections from clients. | 71 | listens for connections from clients. |
72 | It is normally started at boot from | 72 | It is normally started at boot from |
73 | .Pa /etc/init.d/ssh . | 73 | .Pa /etc/init.d/ssh |
74 | (or | ||
75 | .Pa /etc/init/ssh.conf | ||
76 | on systems using the Upstart init daemon). | ||
74 | It forks a new | 77 | It forks a new |
75 | daemon for each incoming connection. | 78 | daemon for each incoming connection. |
76 | The forked daemons handle | 79 | The forked daemons handle |