# /etc/logrotate.d/syslog - Provided by sysklogd-logrotate

# this is the only file generated by syslog
/var/log/syslog {
    missingok
    sharedscripts
    postrotate
        /usr/bin/killall -HUP syslogd
    endscript
}

