File: remotetrx.logrotate

package info (click to toggle)
svxlink 15.11-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 14,296 kB
  • ctags: 7,558
  • sloc: cpp: 48,996; tcl: 3,273; ansic: 2,831; sh: 1,054; perl: 335; ruby: 160; makefile: 96
file content (10 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
/var/log/remotetrx {
    missingok
    notifempty
    weekly
    create 0644 svxlink adm
    postrotate
        killall -HUP remotetrx
    endscript
}