forked from pool/boinc-client
28 lines
361 B
Plaintext
28 lines
361 B
Plaintext
/var/log/boinc_client.log {
|
|
daily
|
|
compress
|
|
dateext
|
|
notifempty
|
|
rotate 99
|
|
size 4M
|
|
missingok
|
|
create 640 root root
|
|
postrotate
|
|
/etc/init.d/boinc-client restart
|
|
endscript
|
|
}
|
|
|
|
/var/log/boinc_client_err.log {
|
|
daily
|
|
compress
|
|
dateext
|
|
notifempty
|
|
rotate 99
|
|
size 4M
|
|
missingok
|
|
create 640 root root
|
|
postrotate
|
|
/etc/init.d/boinc-client restart
|
|
endscript
|
|
}
|