Merge branch 'master' into dev
This commit is contained in:
commit
55af04d801
|
@ -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"
|
Loading…
Reference in New Issue