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

8 lines
137 B
Plaintext

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