summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrank Krick <frank.krick@gmail.com>2018-11-13 13:33:11 -0500
committerFrank Krick <frank.krick@gmail.com>2018-11-13 13:33:11 -0500
commit0bb7a3e0e76ee050c9b83dd38b10dcdefa1e2563 (patch)
treec2c146dbc8881a870126d4c4410bd3ceb1964794 /docs
parentddc230d2afc3e47e8d4c1dac80f100bcc7102655 (diff)
downloadwaitress-0bb7a3e0e76ee050c9b83dd38b10dcdefa1e2563.tar.gz
Changes for pull request review
Diffstat (limited to 'docs')
-rw-r--r--docs/socket-activation.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/socket-activation.rst b/docs/socket-activation.rst
index 27f856b..b797c90 100644
--- a/docs/socket-activation.rst
+++ b/docs/socket-activation.rst
@@ -2,8 +2,9 @@ Socket Activation
-----------------
While waitress does not support the various implementations of socket activation,
-for example using systemd or launchd, it is prepared to receive pre-bound applications
-from an init system.
+for example using systemd or launchd, it is prepared to receive pre-bound sockets
+from init systems, process and socket managers or other launchers that can provide
+pre-bound sockets.
The following shows a code example starting waitress with three different
pre-bound sockets.