Update with setuid bits
This commit is contained in:
parent
748282d6d3
commit
53892b1d31
|
@ -77,6 +77,17 @@
|
|||
# -XX:CMSInitiatingOccupancyFraction=80
|
||||
#===========================================================
|
||||
|
||||
#===========================================================
|
||||
# Enable SetUID
|
||||
# To enable setuid you must have the jetty-setuid.xml as the
|
||||
# first xml file to be processed.
|
||||
# The default user and group is 'jetty' and if you are
|
||||
# starting as root you must change the run privledged to true
|
||||
#-----------------------------------------------------------
|
||||
# OPTIONS=setuid
|
||||
# etc/jetty-setuid.xml
|
||||
#===========================================================
|
||||
|
||||
#===========================================================
|
||||
# Default Server Options
|
||||
# Use the core server jars with websocket on the classpath
|
||||
|
|
Loading…
Reference in New Issue