From: Andy Grundman Date: Tue, 15 Nov 2005 19:35:36 +0000 (+0000) Subject: Added pidfile usage docs X-Git-Tag: 5.7099_04~908 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a8f95814c6aa7bfac0aa7ee43cc3435563b98504 Added pidfile usage docs --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 89ee894..56c73d1 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -725,7 +725,10 @@ pod2usage(1) if $help; can be HOST:PORT, :PORT or a filesystem path -n -nproc specify number of processes to keep - to serve requests (defaults to 1) + to serve requests (defaults to 1, + requires -listen) + -p -pidfile specify filename for pid file + (requires -listen) =head1 DESCRIPTION