From d7f48af8d241b2e9f836383d157fa6dba0c47c86 Mon Sep 17 00:00:00 2001 From: Matthew Connelly Date: Mon, 16 Nov 2015 00:25:28 +0000 Subject: [PATCH] mysteriously, the config is gone --- start | 1 + 1 file changed, 1 insertion(+) diff --git a/start b/start index bad79b3..d5f1097 100755 --- a/start +++ b/start @@ -9,4 +9,5 @@ PERL_MM_OPT="INSTALL_BASE=$BASE/perl5"; export PERL_MM_OPT; pkill -F $BASE/${APP}.pid 2>/dev/null while true;do pkill -0 -F $BASE/${APP}.pid 2>/dev/null || break; sleep 1; done +cd $BASE/$APP plackup -s Starman -D -S $BASE/$APP/.sock -a $BASE/$APP/app.psgi --pid $BASE/${APP}.pid $START_OPTS