diff options
author | James Moger <james.moger@gitblit.com> | 2011-06-28 22:37:25 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-06-28 22:37:25 -0400 |
commit | 1c921915738cdcc68e4a1a910b5f5cdf18c2101e (patch) | |
tree | 94436fdcd2bb9336d3f9891091489584f6515cd6 /distrib/uninstallService.cmd | |
parent | be0fb213529d9d571078c59e534dbbd6b6cfc46c (diff) | |
download | gitblit-1c921915738cdcc68e4a1a910b5f5cdf18c2101e.tar.gz gitblit-1c921915738cdcc68e4a1a910b5f5cdf18c2101e.zip |
Windows service changes. Documentation.
* Renamed prunsrv.exe to gitblit.exe so that task manager shows
more useful information.
* Documented how to configure the service to use a server VM, if a JDK
is present.
Diffstat (limited to 'distrib/uninstallService.cmd')
-rw-r--r-- | distrib/uninstallService.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/uninstallService.cmd b/distrib/uninstallService.cmd index a40823fc..481983cd 100644 --- a/distrib/uninstallService.cmd +++ b/distrib/uninstallService.cmd @@ -2,4 +2,4 @@ SET ARCH=amd64
@REM Delete the gitblit service
-"%CD%\%ARCH%\prunsrv.exe" //DS//gitblit
\ No newline at end of file +"%CD%\%ARCH%\gitblitv.exe" //DS//gitblit
\ No newline at end of file |