Skip to content

Commit

Permalink
More starman command line fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 7, 2012
1 parent 6e8d53a commit f1cfb4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wre/lib/WRE/Starman.pm
Expand Up @@ -118,10 +118,11 @@ sub start {
. " --status=" . $config->getRoot("var/run/starman.status")
. " --port=" . $config->get("starman/port")
. " starman" #Beginning of the starman specific configurations
. " --preload=" . $config->get("webgui/root") . "/app.psgi"
. " --preload-app"
. " --access-log=" . $config->getRoot("var/logs/starman.log")
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")
. " --workers=" . $config->get("starman/workers")
. $config->get("webgui/root") . "/app.psgi"
;
`$cmd`; # catch command line output
while ($count++ < 10 && !$success) {
Expand Down

0 comments on commit f1cfb4f

Please sign in to comment.