forked from pool/boinc-client
28 lines
486 B
Plaintext
28 lines
486 B
Plaintext
|
/var/log/boinc-client.log {
|
||
|
daily
|
||
|
compress
|
||
|
dateext
|
||
|
notifempty
|
||
|
rotate 99
|
||
|
size +4096k
|
||
|
missingok
|
||
|
create 644 root root
|
||
|
postrotate
|
||
|
/usr/bin/systemctl restart boinc-client.service
|
||
|
endscript
|
||
|
}
|
||
|
|
||
|
#/var/log/boinc-client_err.log {
|
||
|
# daily
|
||
|
# compress
|
||
|
# dateext
|
||
|
# notifempty
|
||
|
# rotate 99
|
||
|
# size +4096k
|
||
|
# missingok
|
||
|
# create 644 root root
|
||
|
# postrotate
|
||
|
# /usr/bin/systemctl restart boinc-client.service
|
||
|
# endscript
|
||
|
#}
|