vp-build/templates/logrotate/files/logrotate.conf
Juan RP 4460191a65 Added logrotate-3.7.8 build template.
--HG--
extra : convert_revision : 3db9a265e3ad1c42e126713ab82e4fadb8e7f9b1
2009-10-04 16:17:19 +02:00

28 lines
454 B
Plaintext

# See logrotate(8) for details.
#
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# restrict maximum size of log files
#size 20M
# create new (empty) log files after rotating old ones
create
# uncomment this if you want your log files compressed
compress
# Logs are moved into directory for rotation
# olddir /var/log/archive
include /etc/logrotate.d
/var/log/wtmp {
monthly
create 0664 root utmp
rotate 1
}