Skip to content

Commit

Permalink
follow up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Sep 7, 2011
1 parent c4acebf commit 67abcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ips/jenkins.xml
Expand Up @@ -44,7 +44,7 @@ THE SOFTWARE.
</method_environment>
</method_context>

<!-- Set the HUDSON_HOME env variable, and run the war file in /apps/jenkins/jenkins.war -->
<!-- Set the JENKINS_HOME env variable, and run the war file in /apps/jenkins/jenkins.war -->
<exec_method type="method" name="start" exec="java -Xmx512m -jar /usr/local/bin/jenkins.war" timeout_seconds="0"/>
<exec_method type="method" name="stop" exec=":kill -TERM" timeout_seconds="30"/>

Expand Down

0 comments on commit 67abcf8

Please sign in to comment.