Skip to content

Commit 46d5e27

Browse files
committedJan 13, 2012
Set the user processes should be run as.
1 parent ede97ca commit 46d5e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎wre/lib/WRE/Starman.pm

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ sub start {
122122
. " --access-log=" . $config->getRoot("var/logs/starman.log")
123123
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")
124124
. " --workers=" . $config->get("starman/workers")
125+
. " --user=" . $config->get("user")
125126
. ' ' . $config->get("webgui/root") . "/app.psgi & "
126127
;
127128
system($cmd); # catch command line output

0 commit comments

Comments
 (0)