aboutsummaryrefslogtreecommitdiffstats
path: root/openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.xml
blob: ced71884a9d67b7441bf5a597f894f2adc1fe910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<service>
  <id>msb_openresty</id>
  <name>msb_openresty</name>
  <description>This service runs openresty.</description>
  <workingdirectory>%BASE%</workingdirectory>
  <env name="RUNHOME" value="%BASE%"/>
  <executable>nginx.exe</executable>
  <stopexecutable>nginx.exe</stopexecutable>
  <stopargument>-s</stopargument>
  <stopargument>stop</stopargument>
  <logmode>rotate</logmode>
  <!-- stopparentprocessfirst>true</stopparentprocessfirst -->
</service>