~corey.bryant/glance/systemd

« back to all changes in this revision

Viewing changes to debian/glance-common.logrotate

  • Committer: Corey Bryant
  • Date: 2015-01-13 16:21:51 UTC
  • Revision ID: corey.bryant@canonical.com-20150113162151-xoa0jfzhry3fyn9k
* Systemd enablement:
  - d/control: Add dh-systemd and openstack-pkg-tools to BD's.
  - d/rules: Enable use of pkgos, tidyup generated init files.
  - d/*.init.in: Cherry pick *.init files from Debian glance package
    and adapt to templates.
  - d/*.upstart: Drop in preference to generated files.
* d/control,compat: Bump debhelper compat level to 9.
* d/*.logrotate,glance-common.logrotate: Move to single logrotate
  configuration.
* d/glance-common.postinst: Use default permissions for /etc/glance.
* d/python-glance-doc.links: Change permissions to 664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/var/log/glance/*.log {
 
2
    daily
 
3
    missingok
 
4
    compress
 
5
    delaycompress
 
6
    copytruncate
 
7
    notifempty
 
8
}