-
Patch
-
Resolution: Fixed
-
Major
-
None
Currently the init script in the .deb hudson package doesn't correctly test for the MAXOPENFILES variable which means even when it's set in /etc/default/hudson ulimit never gets called.
The attached patch also logs more sensibly in common with other ubuntu init scripts (eg ssh server) by outputting start and stop messages.
Code changed in hudson
User: : kohsuke
Path:
trunk/hudson/main/debian/debian/hudson.init
trunk/www/changelog.html
http://jenkins-ci.org/commit/35018
Log:
[FIXED JENKINS-5721] Fix setting MAXOPENFILES and start/stop logging (debian/ubuntu).