slackbuilds_ponce/system/jenkins/files/logrotate.jenkins
Giorgio Peron 22e45a7406 system/jenkins: Updated for version 1.474.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-07-28 23:02:12 -05:00

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
}