mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Logging stdout and stderr.
This commit is contained in:
parent
587faab290
commit
92fbf973b4
1 changed files with 1 additions and 1 deletions
2
services/git-bridge/bin/wlgb
Executable file → Normal file
2
services/git-bridge/bin/wlgb
Executable file → Normal file
|
@ -55,7 +55,7 @@ do_start()
|
|||
fi
|
||||
echo "Starting WriteLatex-Git Bridge..."
|
||||
start-stop-daemon --start --quiet --make-pidfile --pidfile $PIDFILE --exec $DAEMON -- \
|
||||
$DAEMON_ARGS &
|
||||
$DAEMON_ARGS >> /var/log/wlgb/out.log 2>> /var/log/err.log &
|
||||
echo "WriteLatex-Git Bridge started."
|
||||
return 0
|
||||
# Add code here, if necessary, that waits for the process to be ready
|
||||
|
|
Loading…
Reference in a new issue