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