syslog-ng/syslog-ng.logrotate
Jose Pedro Oliveira bc24a7618a Resolve the file conflict with rsyslog (#811058).
- Don't tag the syslog-ng.service file as a configuration file.
2012-04-15 03:43:43 +01:00

12 lines
210 B
Plaintext

/var/log/cron
/var/log/maillog
/var/log/messages
/var/log/secure
/var/log/spooler
{
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}