Skip to content

Instantly share code, notes, and snippets.

@rightson
Last active July 10, 2018 02:36
Show Gist options
  • Save rightson/0d79ad33570fa5f2e5c42cb5ad9a63a9 to your computer and use it in GitHub Desktop.
Save rightson/0d79ad33570fa5f2e5c42cb5ad9a63a9 to your computer and use it in GitHub Desktop.
Register gitea as a windows service
rem Register command
sc create Gitea start= auto binPath= ""D:\Applications\gitea\gitea.exe" web --config "D:\Applications\gitea\my-app.ini""
rem De-register command
sc delete Gitea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment