mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
22e45a7406
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
14 lines
285 B
Text
14 lines
285 B
Text
/var/log/jenkins/jenkins.log /var/log/jenkins/jenkins_console.log {
|
|
su jenkins jenkins
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 644
|
|
postrotate
|
|
kill -s SIGALRM $(cat /var/run/jenkins.pid)
|
|
endscript
|
|
}
|