mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-08-20 15:47:24 -04:00
Update start.sh
Add local::lib configuration from the installer
This commit is contained in:
parent
d27aa413b3
commit
dae92fc561
4
start.sh
4
start.sh
@ -171,5 +171,7 @@ echo '--------- LEDGERSMB CONFIGURATION --- END'
|
|||||||
# ':5762:' suppresses an uninitialized variable warning in starman
|
# ':5762:' suppresses an uninitialized variable warning in starman
|
||||||
# the last colon means "don't connect using tls"; without it, there's a warning
|
# the last colon means "don't connect using tls"; without it, there's a warning
|
||||||
exec starman --listen 0.0.0.0:5762 --workers ${LSMB_WORKERS:-5} \
|
exec starman --listen 0.0.0.0:5762 --workers ${LSMB_WORKERS:-5} \
|
||||||
-I lib -I old/lib \
|
-I /srv/ledgersmb/lib \
|
||||||
|
-I /srv/ledgersmb/old/lib \
|
||||||
|
-I /srv/ledgersmb/local/lib/perl5 \
|
||||||
--preload-app bin/ledgersmb-server.psgi
|
--preload-app bin/ledgersmb-server.psgi
|
||||||
|
Loading…
Reference in New Issue
Block a user