Files
2014-09-14 07:04:16 -04:00

8 lines
103 B
Plaintext

"test.log" {
rotate 5
weekly
postrotate
kill -USR2 `cat process.pid`
endscript
}