File: xsp2.logrotate

package info (click to toggle)
xsp 4.2-2.4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,176 kB
  • sloc: cs: 13,500; sh: 12,082; xml: 8,279; makefile: 650; perl: 619; ansic: 299; php: 6
file content (12 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
/var/log/xsp2.log {
    compress
    dateext
    maxage 365
    rotate 99
    missingok
    notifempty
    size +4096k
    create 644 wwwrun www
    sharedscripts
}