about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-01 08:45:24 +0000
committerEric Wong <e@80x24.org>2015-11-01 08:47:43 +0000
commit3312aca8fdcb2ae7c3c25d1c04f9e54e83ce0ca3 (patch)
tree919968b48d778c627a85ba9c1880b8a2c0b87504
parenteca2362c03b4f6a4cb0840810061f20f836e58aa (diff)
downloadunicorn-3312aca8fdcb2ae7c3c25d1c04f9e54e83ce0ca3.tar.gz
We cannot rely on users reading release notes.
-rw-r--r--Documentation/unicorn.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/unicorn.1.txt b/Documentation/unicorn.1.txt
index 5b82ad5..efdda4b 100644
--- a/Documentation/unicorn.1.txt
+++ b/Documentation/unicorn.1.txt
@@ -168,6 +168,11 @@ used to implement USR2 upgrades.  Init systems may bind listen sockets
 itself and spawn unicorn with UNICORN_FD set to the file descriptor
 numbers of the listen socket(s).
 
+As of unicorn 5.0, LISTEN_PID and LISTEN_FDS are used for socket
+activation as documented in the sd_listen_fds(3) manpage.  Users
+relying on this feature do not need to specify a listen socket in
+the unicorn config file.
+
 # SEE ALSO
 
 * unicorn_rails(1)