From 3137665e6eb2626e7f05b083ce14bbbcd78f41b3 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 15 Feb 2017 22:29:31 -0500 Subject: Simplify description --- scripts/windows/install-as-service.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/windows') 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 -- cgit v1.2.3