13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
[program:gogs]
|
|
directory=/home/git/gogs
|
|
command=/home/git/gogs/gogs web -c /run/gogs/app.ini -p 3000
|
|
user=git
|
|
autostart=true
|
|
autorestart=true
|
|
; https://veithen.github.io/2015/01/08/supervisord-redirecting-stdout.html
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
environment=HOME="/home/git",USER="git"
|