Skip to content

Commit

Permalink
More command line fixes for starman
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 7, 2012
1 parent f1cfb4f commit fd4f183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wre/lib/WRE/Starman.pm
Expand Up @@ -117,7 +117,8 @@ sub start {
. " --pid=" . $config->getRoot("var/run/starman.pid")
. " --status=" . $config->getRoot("var/run/starman.status")
. " --port=" . $config->get("starman/port")
. " starman" #Beginning of the starman specific configurations
. " --" #Beginning of the starman specific configurations
. " starman"
. " --preload-app"
. " --access-log=" . $config->getRoot("var/logs/starman.log")
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")
Expand Down

0 comments on commit fd4f183

Please sign in to comment.