mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
* There is no starman.psgi anymore. Instead, it's ledgersmb-server.psgi
This commit is contained in:
parent
9c2c5a20c6
commit
d7c3bd6038
2
start.sh
2
start.sh
@ -45,4 +45,4 @@ echo "Selected PERL5LIB=$PERL5LIB";
|
|||||||
# --preload-app allows application initialization to kill the entire
|
# --preload-app allows application initialization to kill the entire
|
||||||
# starman instance (instead of just the worker, which will immediately
|
# starman instance (instead of just the worker, which will immediately
|
||||||
# get restarted); it also has a positive effect on memory use
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user