diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-11 21:36:45 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-11 21:36:45 +0000 |
commit | a92ab9ee301bc9196bb20f4923886f021f070521 (patch) | |
tree | d4a161f26cc4ed38ce192c1be883bba46b4f6ef8 /debian/README.Debian | |
parent | 397e41c686f5f5452a07708661c62f8412e8590c (diff) |
Clarify socket activation mode in README.Debian, as suggested by Uoti Urpala.
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index b9efeb9f5..ea634fba3 100644 --- a/debian/README.Debian +++ b/debian/README.Debian | |||
@@ -204,8 +204,9 @@ restart this sshd manually on upgrades. | |||
204 | systemd socket activation | 204 | systemd socket activation |
205 | ------------------------- | 205 | ------------------------- |
206 | 206 | ||
207 | If you want to reconfigure systemd to launch sshd using socket activation, | 207 | If you want to reconfigure systemd to listen on port 22 itself and launch an |
208 | then you can run: | 208 | instance of sshd for each connection (inetd-style socket activation), then |
209 | you can run: | ||
209 | 210 | ||
210 | systemctl stop ssh.service | 211 | systemctl stop ssh.service |
211 | systemctl start ssh.socket | 212 | systemctl start ssh.socket |