Skip to content

Instantly share code, notes, and snippets.

@JohannesBauer97
Created March 28, 2018 20:07
Show Gist options
  • Save JohannesBauer97/3e36818f921f8343dab43dce9f950be4 to your computer and use it in GitHub Desktop.
Save JohannesBauer97/3e36818f921f8343dab43dce9f950be4 to your computer and use it in GitHub Desktop.
Gitea Systemd Unit
[Unit]
Description=Control Gitea Sourcecontrol
Requires=network.target mysql.service
[Service]
User=gitea
ExecStart=/home/websites/gitea/gitea
Restart=on-failure
[Install]
WantedBy=basic.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment