summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@ubuntu.com>2014-02-09 16:10:12 +0000
committerColin Watson <cjwatson@debian.org>2014-02-09 23:43:41 +0000
commit5093448a615dcbab13bbbd3765ac353b827f21aa (patch)
treea6353d4c791e342a847477fd1eec6b9e01af276d
parent6a3efad36a54be8fa4de750cd7a555fe925f21cc (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
-rw-r--r--sshd.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index 95c1845a4..8e4017b4e 100644
--- a/sshd.8
+++ b/sshd.8
@@ -70,7 +70,10 @@ over an insecure network.
70.Nm 70.Nm
71listens for connections from clients. 71listens for connections from clients.
72It is normally started at boot from 72It 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
76on systems using the Upstart init daemon).
74It forks a new 77It forks a new
75daemon for each incoming connection. 78daemon for each incoming connection.
76The forked daemons handle 79The forked daemons handle