[app-admin/fluentd] bump, build tested and starts, nothing else yet
This commit is contained in:
11
app-admin/fluentd/files/fluentd.logrotate
Normal file
11
app-admin/fluentd/files/fluentd.logrotate
Normal file
@@ -0,0 +1,11 @@
|
||||
# /etc/logrotate.d/fluentd
|
||||
/var/log/fluentd/*log {
|
||||
su fluentd fluentd
|
||||
weekly
|
||||
rotate 6
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
create 664 fluentd fluentd
|
||||
}
|
||||
Reference in New Issue
Block a user