diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-04-05 13:29:52 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-04-05 13:29:52 +0200 |
| commit | 5d088f91ae74fed0e84950768600a5dc4055bedc (patch) | |
| tree | a31894ed5ac5b2b2da419a4560ac7f6b35aa9725 /script/intentioncloud_fastcgi.pl | |
| parent | add 2 requires (diff) | |
| download | intention-cloud-5d088f91ae74fed0e84950768600a5dc4055bedc.tar.gz | |
update scripts
Diffstat (limited to '')
| -rwxr-xr-x | script/intentioncloud_fastcgi.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/script/intentioncloud_fastcgi.pl b/script/intentioncloud_fastcgi.pl index 41d4c9e..002381d 100755 --- a/script/intentioncloud_fastcgi.pl +++ b/script/intentioncloud_fastcgi.pl @@ -12,7 +12,7 @@ use intentioncloud; my $help = 0; my ( $listen, $nproc, $pidfile, $manager, $detach, $keep_stderr ); - + GetOptions( 'help|?' => \$help, 'listen|l=s' => \$listen, @@ -25,10 +25,10 @@ GetOptions( pod2usage(1) if $help; -intentioncloud->run( - $listen, +intentioncloud->run( + $listen, { nproc => $nproc, - pidfile => $pidfile, + pidfile => $pidfile, manager => $manager, detach => $detach, keep_stderr => $keep_stderr, @@ -44,7 +44,7 @@ intentioncloud_fastcgi.pl - Catalyst FastCGI =head1 SYNOPSIS intentioncloud_fastcgi.pl [options] - + Options: -? -help display this help and exits -l -listen Socket path to listen on |
