From 0bb7a3e0e76ee050c9b83dd38b10dcdefa1e2563 Mon Sep 17 00:00:00 2001 From: Frank Krick Date: Tue, 13 Nov 2018 13:33:11 -0500 Subject: Changes for pull request review --- docs/socket-activation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit v1.2.1