1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-28 13:28:10 +00:00

Merge pull request #590 from Konnichy/master

(fix) Duplicate logrotate entries #584
This commit is contained in:
Travis Rowland
2021-05-14 08:30:14 -07:00
committed by GitHub

View File

@@ -18,19 +18,4 @@ create
# packages drop log rotation information into this directory
include /etc/logrotate.d
# no packages own wtmp, or btmp -- we'll rotate them here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
rotate 1
}
/var/log/btmp {
missingok
monthly
create 0660 root utmp
rotate 1
}
# system-specific logs may be configured here