Simplify description

This commit is contained in:
Unknwon
2017-02-15 22:29:31 -05:00
parent f35bd34002
commit 3137665e6e
14 changed files with 28 additions and 35 deletions

View File

@@ -18,7 +18,7 @@ SET gogspath=C:\gogs
nssm install gogs "%gogspath%\gogs.exe"
nssm set gogs AppParameters "web"
nssm set gogs Description "A painless self-hosted Git service."
nssm set gogs DisplayName "Gogs - Go Git Service"
nssm set gogs DisplayName "Gogs"
nssm set gogs Start SERVICE_DELAYED_AUTO_START
nssm set gogs AppStdout "%gogspath%\gogs.log"
nssm start gogs