forked from pool/boinc-client
5024a320b2
fix for bnc#689499 OBS-URL: https://build.opensuse.org/request/show/102548 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=17
28 lines
480 B
Plaintext
28 lines
480 B
Plaintext
/var/log/boinc-client.log {
|
|
daily
|
|
compress
|
|
dateext
|
|
notifempty
|
|
rotate 99
|
|
size +4096k
|
|
missingok
|
|
create 644 root root
|
|
postrotate
|
|
/etc/init.d/boinc-client restart > /dev/null
|
|
endscript
|
|
}
|
|
|
|
#/var/log/boinc-client_err.log {
|
|
# daily
|
|
# compress
|
|
# dateext
|
|
# notifempty
|
|
# rotate 99
|
|
# size +4096k
|
|
# missingok
|
|
# create 644 root root
|
|
# postrotate
|
|
# /etc/init.d/boinc-client restart > /dev/null
|
|
# endscript
|
|
#}
|