7390c6a0f97f1bea386e01522405addc991b8280
[openstack-build/ceilometer-build.git] / trusty / debian / ceilometer-notification-agent.logrotate
1 /var/log/ceilometer/ceilometer-notification-agent.log {
2     daily
3     missingok
4     compress
5     delaycompress
6     notifempty
7     postrotate
8         if dpkg-vendor --derives-from ubuntu ; then \
9             service ceilometer-notification-agent restart >/dev/null 2>&1 || true ; \
10         else \
11             invoke-rc.d ceilometer-notification-agent restart >/dev/null 2>&1 || true ; \
12         fi
13     endscript
14 }