Last active
July 10, 2018 02:36
-
-
Save rightson/0d79ad33570fa5f2e5c42cb5ad9a63a9 to your computer and use it in GitHub Desktop.
Register gitea as a windows service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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