Documentation/yahns-rackup.pod in yahns-1.15.0 vs Documentation/yahns-rackup.pod in yahns-1.16.0
- old
+ new
@@ -38,9 +38,13 @@
HOST:PORT or PATH, HOST:PORT is taken to mean a TCP socket
and PATH is meant to be a path to a UNIX domain socket.
Defaults to "0.0.0.0:9292" (all addresses on TCP port 9292).
Multiple addresses may be separated with commas.
+For systemd users, a special value of "inherit" may be specified
+to inherit FDs using the LISTEN_FDS and LISTEN_PID environment
+variables described in L<sd_listen_fds(3)>
+
=item -O stderr_path=PATHNAME
Allow redirecting $stderr to a given path. Unlike doing this from
the shell, this allows the yahns process to know the path its
writing to and rotate the file if it is used for logging. The