yats.git

commit b34bfca1eccda229e54dfcad42571e4f15e315cd

Author: Paolo Lulli <paolo@lulli.net>

Re-remove nohup on startup

 script/service.sh | 2 +-


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