/var/run/motd no longer exists on stretch, link /etc/motd to /run/motd.dynamic instead
[mirror/dsa-puppet.git] / modules / munin / files / logrotate
1 /var/log/munin/munin-node.log {
2         daily
3         missingok
4         rotate 7
5         compress
6         copytruncate
7         notifempty
8         create 640 root root
9         delaycompress
10 }