From 0a12f5c735034860595d02d44484c6b576e01eaf Mon Sep 17 00:00:00 2001 From: Yves Lavoie Date: Tue, 3 Jul 2018 22:01:57 -0400 Subject: [PATCH] Adjust plackup arguments for includes --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 6f26209..baf28e0 100755 --- a/start.sh +++ b/start.sh @@ -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