1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00

(fix) Duplicate logrotate entries #584

This commit is contained in:
Konnichy
2021-05-13 00:38:09 +00:00
parent 0bc0efd3a5
commit b43059907a

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