/var/log/syslog {
    compress
    weekly
    rotate 12
    missingok
    notifempty
    sharedscripts
    postrotate
        /bin/kill -HUP `cat /var/run/syslogd.pid` 2>/dev/null || true
    endscript
}
