aboutsummaryrefslogtreecommitdiff
path: root/scripts/windows
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/windows')
-rw-r--r--scripts/windows/install-as-service.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/windows/install-as-service.bat b/scripts/windows/install-as-service.bat
index 09302cc0..1ab4cfd7 100644
--- a/scripts/windows/install-as-service.bat
+++ b/scripts/windows/install-as-service.bat
@@ -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