/var/log/landscape/*.log {
    weekly
    rotate 4
    missingok
    notifempty
    compress
    nocreate
    postrotate
        kill -s USR1 `cat /var/run/landscape-client.pid` >/dev/null
    endscript
}
