mirror of https://github.com/winsw/winsw
11 lines
362 B
XML
11 lines
362 B
XML
<service>
|
|
<id>jenkins</id>
|
|
<name>Jenkins</name>
|
|
<description>This service runs Jenkins continuous integration system.</description>
|
|
<env name="JENKINS_HOME" value="%BASE%" />
|
|
<executable>java</executable>
|
|
<arguments>-Xrs -Xmx256m -jar "%BASE%\jenkins.war" --httpPort=8080</arguments>
|
|
<log mode="roll" />
|
|
<onfailure action="restart" />
|
|
</service>
|