diff options
author | Anthony Birkett <anthony@a-birkett.com> | 2015-06-01 15:41:06 +0200 |
---|---|---|
committer | Anthony Birkett <anthony@a-birkett.com> | 2015-06-01 15:41:06 +0200 |
commit | 65a62601dc3088cc5b076a83963646358eff6b1e (patch) | |
tree | 30fa5e9a9c194153b17484a1ba496644dccd43d8 /MCServer | |
parent | Merge pull request #2172 from mc-server/LightingCallbacks (diff) | |
download | cuberite-65a62601dc3088cc5b076a83963646358eff6b1e.tar cuberite-65a62601dc3088cc5b076a83963646358eff6b1e.tar.gz cuberite-65a62601dc3088cc5b076a83963646358eff6b1e.tar.bz2 cuberite-65a62601dc3088cc5b076a83963646358eff6b1e.tar.lz cuberite-65a62601dc3088cc5b076a83963646358eff6b1e.tar.xz cuberite-65a62601dc3088cc5b076a83963646358eff6b1e.tar.zst cuberite-65a62601dc3088cc5b076a83963646358eff6b1e.zip |
Diffstat (limited to 'MCServer')
-rw-r--r-- | MCServer/install_windows_service.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/install_windows_service.cmd b/MCServer/install_windows_service.cmd index ba8a8c128..d6b6c15a3 100644 --- a/MCServer/install_windows_service.cmd +++ b/MCServer/install_windows_service.cmd @@ -3,5 +3,5 @@ rem Alter this if you need to install multiple instances. set SERVICENAME="MCServer"
set CURRENTDIR=%CD%
-sc create %SERVICENAME% binPath= "%CURRENTDIR%\MCServer.exe /service" start= auto DisplayName= %SERVICENAME%
+sc create %SERVICENAME% binPath= "%CURRENTDIR%\MCServer.exe -d" start= auto DisplayName= %SERVICENAME%
sc description %SERVICENAME% "Minecraft server instance"
\ No newline at end of file |