Create redisAsWIndowsService.cmd

Installs reDis as a windows service.
This commit is contained in:
Andrew Gregory 2016-05-15 16:03:27 +01:00
parent d57396a462
commit c591fc2383

View File

@ -0,0 +1,2 @@
cls
sc create EpochRedis binpath= "C:\arma3server\DB\redis-server.exe --service-run \"C:\arma3server\DB\redis.conf\"" type= own type= interact start= auto displayname= "Epoch DB Service"