Commit 0393bf92 authored by Holger Levsen's avatar Holger Levsen
Browse files

update /etc/init.d/jenkins based from latest package



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 1acde999
...@@ -30,7 +30,7 @@ if [ -n "$UMASK" ]; then ...@@ -30,7 +30,7 @@ if [ -n "$UMASK" ]; then
DAEMON_ARGS="$DAEMON_ARGS --umask=$UMASK" DAEMON_ARGS="$DAEMON_ARGS --umask=$UMASK"
fi fi
if [ "$JENKINS_ENABLE_ACCESS_LOG" = "yes" ]; then if [ "$JENKINS_ENABLE_ACCESS_LOG" = "yes" ]; then
DAEMON_ARGS="$DAEMON_ARGS --accessLoggerClassName=winstone.accesslog.SimpleAccessLogger --simpleAccessLogger.format=combined --simpleAccessLogger.file=/var/log/$NAME/access_log" JENKINS_ARGS="$JENKINS_ARGS --accessLoggerClassName=winstone.accesslog.SimpleAccessLogger --simpleAccessLogger.format=combined --simpleAccessLogger.file=/var/log/$NAME/access_log"
fi fi
SU=/bin/su SU=/bin/su
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment