[app-admin/fluentd] bump, build tested and starts, nothing else yet

This commit is contained in:
2025-11-28 13:41:56 +01:00
parent 8de4f95793
commit 688a8df0b5
6 changed files with 112 additions and 0 deletions

View 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
}