Created
December 17, 2014 05:20
-
-
Save dishuostec/f04e226acc47cf7bfadd to your computer and use it in GitHub Desktop.
redis service config file for winsw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<service> | |
<id>redis</id> | |
<name>redis</name> | |
<description>redis server</description> | |
<workingdirectory>d:\redis</workingdirectory> | |
<logpath>d:\redis\logs</logpath> | |
<logmode>rotate</logmode> | |
<executable>redis-server.exe</executable> | |
<startargument>redis.windows.conf</startargument> | |
<stopexecutable>taskkill.exe</stopexecutable> | |
<stopargument>/f</stopargument> | |
<stopargument>/im</stopargument> | |
<stopargument>redis-server.exe</stopargument> | |
<stopargument>/t</stopargument> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment