yats.git

commit 22685576fc1d334d3b5399d4807f994aed3cc177

Author: Paolo Lulli <paolo@lulli.net>

Re-add nohup on startup

 script/service.sh | 2 +-


diff --git a/script/service.sh b/script/service.sh
index d8a83fdb7096fda00a551d37e88ec89650181679..3cffbcf2559df26bd5df9e4d1b38970175912e6b 100755
--- a/script/service.sh
+++ b/script/service.sh
@@ -36,5 +36,5 @@ test -f $PIDFILE && exit 1
 
 export GIN_MODE=release
 # NO nohup 
-${EXECUTABLE} ${instance} & echo $! > $PIDFILE
+nohup ${EXECUTABLE} ${instance} & echo $! > $PIDFILE