mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
8e345cefbe
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
208 B
Text
13 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
|
|
}
|