Merge pull request #22 from ylavoie/ledgersmb-server-development-location

Adjust plackup arguments for includes
This commit is contained in:
Erik Huelsmann 2018-07-04 14:39:49 +02:00 committed by GitHub
commit 4776803ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,4 +32,5 @@ fi
# 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 --workers ${LSMB_WORKERS:-5} --preload-app bin/ledgersmb-server.psgi
exec starman --port 5762 --workers ${LSMB_WORKERS:-5} -I lib -I old/lib \
--preload-app bin/ledgersmb-server.psgi