13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
[program:gogs]
|
|
directory=/home/cloudron/gogs
|
|
command=/home/cloudron/gogs/gogs web -c /run/gogs/app.ini -p 3000
|
|
user=cloudron
|
|
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/cloudron",USER="cloudron"
|