sec/sec.logrotate

8 lines
156 B
Text

/var/log/sec {
missingok
notifempty
sharedscripts
postrotate
[ ! -f /run/sec.pid ] || kill -USR2 `cat /run/sec.pid`
endscript
}