Merge branch 'dev' of github.com:gogits/gogs into dev
This commit is contained in:
commit
642687d08d
1 changed files with 8 additions and 0 deletions
8
conf/supervisor.ini
Normal file
8
conf/supervisor.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[program:gogs]
|
||||
user=git
|
||||
command = /home/git/gogs/start.sh
|
||||
directory = /home/git/gogs
|
||||
autostart = true
|
||||
stdout_logfile = /var/gogs.log
|
||||
stderr_logfile = /var/gogs-error.log
|
||||
environment=HOME="/home/git"
|
Reference in a new issue