File size: 305 Bytes
039608f
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<service>
  <id>crudapi</id>
  <name>CRUDAPI</name>
  <description>This service runs crudapi.</description>
  <env name="CRUDAPI_HOME" value="%BASE%"/>
  <executable>java</executable>
  <arguments>-jar "%BASE%\crudapi.jar"</arguments>
  <log mode="roll"></log>
  <onfailure action="restart" />
</service>