summaryrefslogtreecommitdiff
path: root/sys-process/below/files/below.logrotated
blob: 90bfe05a3de52a670860994e649c410325beb948 (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/below/error_*.log {
  daily
  rotate 14
  maxage 14
  copytruncate
  compress
  notifempty
  missingok
  create 0644 root root
  su root root
}