File: gatekeeper.logrotatein

package info (click to toggle)
globus-gatekeeper 10.7-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 1,560 kB
  • sloc: sh: 11,495; ansic: 2,528; xml: 466; makefile: 141
file content (12 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
@LOGDIR@/globus-gatekeeper.log {
    daily
    compress
    missingok
    notifempty
    nocreate
    rotate 4
    sharedscripts
    postrotate
        /usr/bin/killall -USR1 globus-gatekeeper 2> /dev/null || true
    endscript
}