Add logrotate configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-08-19 16:21:49 +02:00
parent ac2021c458
commit 71bf5169de
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 12 additions and 0 deletions

View file

@ -151,6 +151,7 @@ declare -A COPY_ROOT_FILES
COPY_ROOT_FILES=(
["/etc/docker/daemon.json"]="644"
["/etc/gemrc"]="644"
["/etc/logrotate.d/custom.conf"]="644"
["/etc/mkinitcpio.conf"]="644"
["/etc/NetworkManager/conf.d/dns.conf"]="644"
["/etc/pacman.conf"]="644"