mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
* Revise docs for 3.0.0-alpha.7 * Merge the installation guide into the homepage * Fix header levels * Add Jenkins sample * Strip common file name prefix
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>
|