We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219c523 commit 434df47Copy full SHA for 434df47
wre/lib/WRE/Starman.pm
@@ -113,7 +113,7 @@ sub start {
113
my $cmd = "";
114
#start_server --pid-file=/data/wre/var/run/starman.pid --port=8081 --status=/data/wre/var/run/starman.status -- starman --preload-app /data/WebGUI/app.psgi
115
$cmd = $config->getRoot("/prereqs/bin/start_server")
116
- . " --pid=" . $config->getRoot("var/run/starman.pid")
+ . " --pid-file=" . $config->getRoot("var/run/starman.pid")
117
. " --status=" . $config->getRoot("var/run/starman.status")
118
. " --port=" . $config->get("starman/port")
119
. " --" #Beginning of the starman specific configurations
0 commit comments