summaryrefslogtreecommitdiff
path: root/script/intentioncloud_fastcgi.pl
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-04-05 13:29:52 +0200
committerfranck cuny <franck@lumberjaph.net>2009-04-05 13:29:52 +0200
commit5d088f91ae74fed0e84950768600a5dc4055bedc (patch)
treea31894ed5ac5b2b2da419a4560ac7f6b35aa9725 /script/intentioncloud_fastcgi.pl
parentadd 2 requires (diff)
downloadintention-cloud-5d088f91ae74fed0e84950768600a5dc4055bedc.tar.gz
update scripts
Diffstat (limited to '')
-rwxr-xr-xscript/intentioncloud_fastcgi.pl10
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