Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f939eb17a90d4129c7a9a361322608e8b9a0975f (plain) (blame)
1
2
3
4
5
6
7
8
9
DEPEND=server
LIB=jetty-setuid-java-1.0.1.jar

etc/jetty-setuid.xml

INI=# jetty.startServerAsPrivileged=false
INI=# jetty.username=jetty
INI=# jetty.groupname=jetty
INI=# jetty.umask=002

Back to the top