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.

18 lines
334 B

  1. [Unit]
  2. Description=Gogs (Go Git Service) server
  3. After=syslog.target
  4. After=network.target
  5. #After=mysqld.service
  6. #After=postgresql.service
  7. #After=memcached.service
  8. #After=redis.service
  9. [Service]
  10. Type=simple
  11. User=git
  12. Group=git
  13. ExecStart=/home/git/gogs/gogs/start.sh
  14. WorkingDirectory=/home/git/gogs
  15. [Install]
  16. WantedBy=multi-user.target