diff options
author | Unknwon <u@gogs.io> | 2017-02-15 22:29:31 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-15 22:29:31 -0500 |
commit | 3137665e6eb2626e7f05b083ce14bbbcd78f41b3 (patch) | |
tree | e69b138ff0062b4799cbced91012e1859108b99f /scripts/windows/install-as-service.bat | |
parent | f35bd3400206bf4c1b19050dba99fd3dc5d6edc4 (diff) |
Simplify description
Diffstat (limited to 'scripts/windows/install-as-service.bat')
-rw-r--r-- | scripts/windows/install-as-service.bat | 2 |
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 |