mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-01 23:35:06 +00:00
use git instead of cloudron as user
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[program:gogs]
|
||||
directory=/home/cloudron/gogs
|
||||
command=/home/cloudron/gogs/gogs web -c /run/gogs/app.ini -p 3000
|
||||
user=cloudron
|
||||
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
|
||||
@@ -9,4 +9,4 @@ stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
environment=HOME="/home/cloudron",USER="cloudron"
|
||||
environment=HOME="/home/git",USER="git"
|
||||
|
Reference in New Issue
Block a user