File: logrotate.template

package info (click to toggle)
postgresql-common 181%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,212 kB
  • sloc: perl: 3,107; sh: 1,107; makefile: 62
file content (10 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
/var/log/postgresql/*.log {
       weekly
       rotate 10
       copytruncate
       delaycompress
       compress
       notifempty
       missingok
       su root root
}