# The controller writes /var/log/shieldlist-controller/controller.log when its configuration says
# log_file (as well as to the journal). It notices a rotation by itself —
# the file is tracked by inode and reopened when the path no longer names
# it — so no signal is needed here.
/var/log/shieldlist-controller/controller.log {
    weekly
    maxsize 100M
    rotate 8
    compress
    delaycompress
    missingok
    notifempty
    create 0640 shieldlist shieldlist
}
