summaryrefslogtreecommitdiffstats
path: root/conf/supervisor.ini
blob: 0acd9ca0b341ebc74deed5a10412f4e5754b730c (plain)
1
2
3
4
5
6
7
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"