yats.git

commit f601482f0d452996a8e96d59453556b889159e82

Author: Paolo Lulli <paolo@lulli.net>

Try and fix startup

 script/service.sh | 3 ++-


diff --git a/script/service.sh b/script/service.sh
index bbf4411827cb408c04ba402e98bbd332ee98fcea..70f69d98e22fbd48134c25c94240586d197d8384 100755
--- a/script/service.sh
+++ b/script/service.sh
@@ -36,5 +36,6 @@ test -f $PIDFILE && exit 1
 
 export GIN_MODE=release
 # NO nohup 
-${EXECUTABLE} ${instance} >/dev/null 2>&1 & echo $! > $PIDFILE
+#${EXECUTABLE} ${instance} >/dev/null 2>&1 & echo $! > $PIDFILE
+${EXECUTABLE} ${instance} 2>&1 & echo $! > $PIDFILE