log-forwarder/templates/logrotate/remote-tmpfs.j2
2025-05-06 10:58:34 +02:00

10 lines
139 B
Django/Jinja

/var/log/remote/*.log {
size 10M
daily
missingok
notifempty
nocompress
copytruncate
rotate 0
su root adm
}