~openstack-ubuntu-testing/keystone/precise-grizzly-proposed

« back to all changes in this revision

Viewing changes to debian/keystone.logrotate

  • Committer: Chuck Short
  • Date: 2012-04-04 12:51:17 UTC
  • mfrom: (118.1.3 keystone-proposed)
  • Revision ID: zulcss@ubuntu.com-20120404125117-wql0h62hjxti2enp
Tags: 2012.1~rc2-0ubuntu1
releasing version 2012.1~rc2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/var/log/keystone/keystone.log {
 
2
    daily
 
3
    missingok
 
4
    rotate 5
 
5
    postrotate
 
6
    restart keystone
 
7
    endscript
 
8
}