bc24a7618a
- Don't tag the syslog-ng.service file as a configuration file.
12 lines
210 B
Plaintext
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
|
|
}
|