summarylogtreecommitdiffstats
path: root/cellframe-node.logrotate
blob: bd8b0ce4bbbe45c5df61ab96548118e60dd9061d (plain)
1
2
3
4
5
6
7
8
9
"/opt/cellframe-node/var/log/*.log" {
  su cellframe cellframe
  copytruncate
  minsize 200M
  rotate 6
  compress
  missingok
  notifempty
}