add supersor sample
This commit is contained in:
parent
7d2632784f
commit
96f7af1d70
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"
|
Loading…
Reference in a new issue