mysteriously, the config is gone
This commit is contained in:
parent
25e707a3f9
commit
d7f48af8d2
1
start
1
start
|
@ -9,4 +9,5 @@ PERL_MM_OPT="INSTALL_BASE=$BASE/perl5"; export PERL_MM_OPT;
|
||||||
|
|
||||||
pkill -F $BASE/${APP}.pid 2>/dev/null
|
pkill -F $BASE/${APP}.pid 2>/dev/null
|
||||||
while true;do pkill -0 -F $BASE/${APP}.pid 2>/dev/null || break; sleep 1; done
|
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
|
plackup -s Starman -D -S $BASE/$APP/.sock -a $BASE/$APP/app.psgi --pid $BASE/${APP}.pid $START_OPTS
|
||||||
|
|
Loading…
Reference in New Issue