Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
0393bf92
Commit
0393bf92
authored
Aug 21, 2020
by
Holger Levsen
Browse files
update /etc/init.d/jenkins based from latest package
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
1acde999
Changes
1
Show whitespace changes
Inline
Side-by-side
hosts/jenkins/etc/init.d/jenkins
View file @
0393bf92
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment