Sin descripción
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.

etc_systemd_system_gitea.service 355B

1234567891011121314151617
  1. [Unit]
  2. Description=Starts the gitea server
  3. Requires=network.target
  4. After=network.target
  5. After=syslog.target
  6. [Service]
  7. Type=simple
  8. User=git
  9. Restart=always
  10. RestartSec=3
  11. WorkingDirectory=/data/gitea
  12. ExecStart=/usr/local/bin/gitea web -c /etc/gitea/app.ini
  13. Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/data/gitea
  14. [Install]
  15. WantedBy=multi-user.target