mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
14 lines
261 B
Text
14 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
|
||
|
}
|