~tribaal/+junk/landscape-client-14.12-0ubuntu1.15.04

« back to all changes in this revision

Viewing changes to debian/landscape-client.logrotate

  • Committer: Chris Glass
  • Date: 2014-12-12 15:02:18 UTC
  • Revision ID: chris.glass@canonical.com-20141212150218-pryod8v4nr262b00
Initial import of released debian/ subdir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/var/log/landscape/watchdog.log /var/log/landscape/monitor.log /var/log/landscape/broker.log /var/log/landscape/manager.log {
 
2
    weekly
 
3
    rotate 4
 
4
    missingok
 
5
    notifempty
 
6
    compress
 
7
    nocreate
 
8
    postrotate
 
9
        [ -f /var/run/landscape/landscape-client.pid ] && kill -s USR1 `cat /var/run/landscape/landscape-client.pid` > /dev/null 2>&1 || :
 
10
    endscript
 
11
}
 
12
 
 
13
/var/log/landscape/package-changer.log /var/log/landscape/package-reporter.log /var/log/landscape/sysinfo.log /var/log/landscape/release-upgrader.log {
 
14
    weekly
 
15
    rotate 4
 
16
    missingok
 
17
    notifempty
 
18
    compress
 
19
    nocreate
 
20
}