about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-04-06 05:15:29 +0000
committerEric Wong <yahns-public@yhbt.net>2017-04-06 06:47:36 +0000
commit0a6f03cde0a336597358668041fa8eb6f463bac5 (patch)
tree911aca11655925d6dbad41afb3af91dcdbd2ead9 /Documentation
parentf76ff00466e679e367713bc6345d0a95191629cd (diff)
downloadyahns-0a6f03cde0a336597358668041fa8eb6f463bac5.tar.gz
Since the common case is still to run a single app inside yahns,
we can simplify setup a bit for systemd (and like) users by
allowing them to omit the "listen" directive when they are
running a single app in yahns.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/yahns-rackup.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/yahns-rackup.pod b/Documentation/yahns-rackup.pod
index 3fbde0e..de2d4b6 100644
--- a/Documentation/yahns-rackup.pod
+++ b/Documentation/yahns-rackup.pod
@@ -40,6 +40,10 @@ 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