Skip to content
This repository was archived by the owner on Mar 12, 2018. It is now read-only.

Commit c791044

Browse files
author
dyu
committed
JETTY-1014 Enable start-stop-daemon by default on jetty.sh (START_STOP_DAEMON=1)
1 parent 8fdc214 commit c791044

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

VERSION.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
jetty-6.1-SNAPSHOT
22
+ JETTY-937 Improved work around sun JVM selector bugs
3+
+ JETTY-1014 Enable start-stop-daemon by default on jetty.sh (START_STOP_DAEMON=1)
34

45
jetty-6.1.17 30 April 2009
56
+ JETTY-936 Make optional dispatching to welcome files as servlets

bin/jetty.sh

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
# JETTY_USER
8484
# if set, then used as a username to run the server as
8585
#
86+
# Set to 0 if you do not want to use start-stop-daemon (especially on SUSE boxes)
87+
START_STOP_DAEMON=1
8688

8789
usage()
8890
{

0 commit comments

Comments
 (0)