提交 a5dbbae4 编写于 作者: K kohsuke

reverting everything except init file to the RedHat version, since something...

reverting everything except init file to the RedHat version, since something around the fillup tool isn't working

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23790 71c3de6d-444a-0410-be80-ed276b4c234a
上级 015833fd
/var/log/hudson/hudson.rc /var/log/hudson/hudson.log /var/log/hudson/access_log {
/var/log/hudson/hudson.log /var/log/hudson/access_log {
compress
dateext
maxage 365
......@@ -8,6 +8,6 @@
missingok
create 644 root root
postrotate
/etc/init.d/hudson restart
kill -SIGALRM `cat /var/run/hudson.pid`
endscript
}
......@@ -13,10 +13,20 @@ HUDSON_HOME="@@HOME@@"
## Default: ""
## ServiceRestart: hudson
#
# JAVA_HOME directory to use for running Hudson.
# When left empty, it will use the system-wide JAVA_HOME
# Java executable to run Hudson
# When left empty, we'll try to find the suitable Java.
#
HUDSON_JAVA_HOME=""
HUDSON_JAVA_CMD=""
## Type: string
## Default: "hudson"
## ServiceRestart: hudson
#
# Unix user account that runs the Hudson daemon
# Be careful when you change this, as you need to update
# permissions of $HUDSON_HOME and /var/log/hudson.
#
HUDSON_USER="hudson"
## Type: string
## Default: "-Djava.awt.headless=true"
......@@ -43,15 +53,6 @@ HUDSON_PORT="8080"
#
HUDSON_DEBUG_LEVEL="5"
## Type: integer(1:9)
## Default: 5
## ServiceRestart: hudson
#
# Debug level for logs -- the higher the value, the more verbose.
# 5 is INFO.
#
HUDSON_DEBUG_LEVEL="5"
## Type: yesno
## Default: no
## ServiceRestart: hudson
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册