aboutsummaryrefslogtreecommitdiffstats
path: root/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.xml
blob: f885a955fc78cf426bc5a1b2f998f6108f1f105a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<service>
  <id>msb_apiroute</id>
  <name>msb_apiroute</name>
  <description>This service runs apiroute.</description>
  <workingdirectory>%BASE%</workingdirectory>
  <env name="JAVA_HOME" value="c:\jdk"/>
  <env name="RUNHOME" value="%BASE%"/>
  <executable>java</executable>
  <arguments>-jar "apiroute-service.jar" server "conf/apiroute.yml"</arguments>
  <stopexecutable>stop.bat</stopexecutable>
  <logmode>rotate</logmode>
  <!-- stopparentprocessfirst>true</stopparentprocessfirst -->
</service>