aboutsummaryrefslogtreecommitdiffstats
path: root/msb-core/redis-ext/src/assembly/resources/redis/redisService.xml
blob: 2083a697f12e1961437a26dea80ab143acc88d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<service>
  <id>msb_redis</id>
  <name>msb_redis</name>
  <description>This service runs redis.</description>
  <workingdirectory>%BASE%</workingdirectory>
  <env name="RUNHOME" value="%BASE%"/>
  <executable>redis-server.exe</executable>
  <arguments>redis.conf</arguments>
  <stopexecutable>redis-cli.exe</stopexecutable>
  <stopargument>shutdown</stopargument>
  <logmode>rotate</logmode>
  <!-- stopparentprocessfirst>true</stopparentprocessfirst -->
</service>