Update start.sh

Add local::lib configuration from the installer
This commit is contained in:
Erik Huelsmann 2025-08-02 20:02:34 +02:00 committed by GitHub
parent d27aa413b3
commit dae92fc561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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