mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
14 lines
208 B
Text
14 lines
208 B
Text
|
/var/log/carbon/*.log {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 7
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
create 644 graphite graphite
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/etc/rc.d/rc.carbon-cache restart > /dev/null
|
||
|
endscript
|
||
|
}
|