yats.git

commit 2ebd2f89b19ab9fccc0954ef2e96098e243c61d4

Author: Paolo Lulli <paolo@lulli.net>

Start service - no nohup

 script/service.sh | 2 +-


diff --git a/script/service.sh b/script/service.sh
index 818e24fdf524071cd1ad0ad863cce2faec834f6d..d8a83fdb7096fda00a551d37e88ec89650181679 100755
--- a/script/service.sh
+++ b/script/service.sh
@@ -35,6 +35,6 @@ test -f $PIDFILE && echo PID file exist
 test -f $PIDFILE && exit 1
 
 export GIN_MODE=release
-#nohup ${EXECUTABLE} ${instance} & echo $! > $PIDFILE
+# NO nohup 
 ${EXECUTABLE} ${instance} & echo $! > $PIDFILE