diff options
author | Colin Watson <cjwatson@ubuntu.com> | 2014-02-09 16:10:12 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-01-04 15:07:01 +0000 |
commit | 5e6ecf32f56fa0c7d102239b74ae09bd4186c5a3 (patch) | |
tree | c0500ca718a7e2e393c22dad6a354a86d3f2f74d /sshd.8 | |
parent | a6edf4df120a78aefe39b44d07c89e13340c9ac8 (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
@@ -67,7 +67,10 @@ over an insecure network. | |||
67 | .Nm | 67 | .Nm |
68 | listens for connections from clients. | 68 | listens for connections from clients. |
69 | It is normally started at boot from | 69 | It is normally started at boot from |
70 | .Pa /etc/init.d/ssh . | 70 | .Pa /etc/init.d/ssh |
71 | (or | ||
72 | .Pa /etc/init/ssh.conf | ||
73 | on systems using the Upstart init daemon). | ||
71 | It forks a new | 74 | It forks a new |
72 | daemon for each incoming connection. | 75 | daemon for each incoming connection. |
73 | The forked daemons handle | 76 | The forked daemons handle |