From d7c3bd60389674f23e2b98fc69b4ab329177e792 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Mon, 7 May 2018 00:17:34 +0200 Subject: [PATCH] * There is no starman.psgi anymore. Instead, it's ledgersmb-server.psgi --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index b8248a7..cba451f 100755 --- a/start.sh +++ b/start.sh @@ -45,4 +45,4 @@ echo "Selected PERL5LIB=$PERL5LIB"; # --preload-app allows application initialization to kill the entire # starman instance (instead of just the worker, which will immediately # get restarted); it also has a positive effect on memory use -exec starman --port 5762 --preload-app tools/starman.psgi +exec starman --port 5762 --preload-app bin/ledgersmb-server.psgi