1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 23:35:06 +00:00

Make it work

This commit is contained in:
Girish Ramakrishnan
2015-04-28 21:57:58 -07:00
parent 7c79e9e268
commit 9bb0664688
5 changed files with 74 additions and 43 deletions

View File

@@ -4,6 +4,11 @@ command=/home/cloudron/gogs/gogs web
user=cloudron
autostart=true
autorestart=true
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
environment=USER="cloudron"
; 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
; stdout_logfile=/var/log/supervisor/%(program_name)s.log
; stderr_logfile=/var/log/supervisor/%(program_name)s.log
environment=HOME="/home/cloudron",USER="cloudron"