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