2015-04-29 02:29:12 +00:00
|
|
|
[program:gogs]
|
|
|
|
directory=/home/cloudron/gogs
|
2015-10-13 22:27:09 +00:00
|
|
|
command=/home/cloudron/gogs/gogs web -c /run/gogs/app.ini -p 3000
|
2015-04-29 02:29:12 +00:00
|
|
|
user=cloudron
|
|
|
|
autostart=true
|
|
|
|
autorestart=true
|
2015-04-29 04:57:58 +00:00
|
|
|
; 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"
|