summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-10-06 12:23:34 +0100
committerColin Watson <cjwatson@debian.org>2017-10-06 12:23:34 +0100
commit998aa34beefda794a4a51ad15a1ec988c4a04217 (patch)
tree228dd8b7c623d2e84de8d0610584835cd07a4351 /debian/README.Debian
parent39fdf1a27f68fe3cbed942668ddfb64f168945bd (diff)
Adjust "Running sshd from inittab" instructions in README.Debian to recommend using service(8) rather than calling the init script directly.
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index b8ae5d37b..f17ccb187 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -172,8 +172,8 @@ Running sshd from inittab
172------------------------- 172-------------------------
173 173
174Some people find it useful to run the sshd server from inittab, to make sure 174Some people find it useful to run the sshd server from inittab, to make sure
175that it always stays running. To do this, stop sshd ('/etc/init.d/ssh 175that it always stays running. To do this, stop sshd ('service ssh stop'),
176stop'), add the following line to /etc/inittab, and run 'telinit q': 176add the following line to /etc/inittab, and run 'telinit q':
177 177
178 ss:2345:respawn:/usr/sbin/sshd -D 178 ss:2345:respawn:/usr/sbin/sshd -D
179 179