You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
201 B

  1. [program:gogs]
  2. user=git
  3. command = /home/git/gogs/start.sh
  4. directory = /home/git/gogs
  5. autostart = true
  6. stdout_logfile = /var/gogs.log
  7. stderr_logfile = /var/gogs-error.log
  8. environment=HOME="/home/git"