mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
c1ddce54cb
Thanks to Vincent Batts for some configs :-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
13 lines
261 B
Text
13 lines
261 B
Text
/var/log/jenkins/jenkins.log /var/log/jenkins/jenkins_console.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 644
|
|
postrotate
|
|
kill -s SIGALRM `cat /var/run/jenkins.pid`
|
|
endscript
|
|
}
|