X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fpublic-inbox-daemon.pod;h=ec210efa76c5bf31595007694bd4e9836fd37ff5;hb=6b0bd44cb51112997d77721b052e4a223c62520e;hp=3bf95496e89191b3092a4d215b93177b90c08d11;hpb=05a67984dc624250ab815cfe6512abe3a60e9078;p=public-inbox.git diff --git a/Documentation/public-inbox-daemon.pod b/Documentation/public-inbox-daemon.pod index 3bf95496..ec210efa 100644 --- a/Documentation/public-inbox-daemon.pod +++ b/Documentation/public-inbox-daemon.pod @@ -28,7 +28,9 @@ processes to take advantage of multiple CPUs. =over -=item -l, --listen ADDRESS +=item -l ADDRESS + +=item --listen ADDRESS This takes an absolute path to a Unix socket or HOST:PORT to listen on. For example, to listen to TCP connections on @@ -45,7 +47,9 @@ L or similar Default: server-dependent unless socket activation is used with L or similar (see L). -=item -1, --stdout PATH +=item -1 + +=item --stdout PATH Specify an appendable path to redirect stdout descriptor (1) to. Using this is preferable to setting up the redirect externally @@ -54,11 +58,15 @@ SIGUSR1 to be handled (see L below). Default: /dev/null -=item -2, --stderr PATH +=item -2 PATH + +=item --stderr PATH Like C<--stdout>, but for the stderr descriptor (2). -=item -W, --worker-processes +=item -W + +=item --worker-processes Set the number of worker processes.