Skip to content

Commit

Permalink
Set the user processes should be run as.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 13, 2012
1 parent ede97ca commit 46d5e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wre/lib/WRE/Starman.pm
Expand Up @@ -122,6 +122,7 @@ sub start {
. " --access-log=" . $config->getRoot("var/logs/starman.log")
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")
. " --workers=" . $config->get("starman/workers")
. " --user=" . $config->get("user")
. ' ' . $config->get("webgui/root") . "/app.psgi & "
;
system($cmd); # catch command line output
Expand Down

0 comments on commit 46d5e27

Please sign in to comment.