sec/sec.logrotate
2015-10-14 22:11:20 +02:00

8 lines
156 B
Text

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