File: opensm.logrotate

package info (click to toggle)
opensm 3.3.23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,924 kB
  • sloc: ansic: 97,383; yacc: 2,227; sh: 685; lex: 404; makefile: 391; perl: 143
file content (10 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
/var/log/opensm*.log {
    rotate 4
    missingok
    notifempty
    weekly
    compress
    postrotate
        /usr/bin/killall -SIGUSR1 /usr/sbin/opensm 2> /dev/null || true
    endscript
}