Files

8 lines
103 B
Plaintext
Raw Permalink Normal View History

2014-09-14 07:04:16 -04:00
"test.log" {
rotate 5
weekly
postrotate
kill -USR2 `cat process.pid`
endscript
}