File: logrotate.d-hibernate-script

package info (click to toggle)
hibernate 1.94-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 492 kB
  • ctags: 53
  • sloc: sh: 1,203; makefile: 59
file content (6 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
/var/log/hibernate.log {
    missingok
    rotate 5
    size 100k
    weekly
}