mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
"test.log" {
|
|
rotate 5
|
|
weekly
|
|
postrotate
|
|
kill -USR2 `cat process.pid`
|
|
endscript
|
|
}
|