]> review.fuel-infra Code Review - openstack-build/neutron-build.git/blob - centos7/rpm/SOURCES/neutron.logrotate
Add Restart=always for Neutron services
[openstack-build/neutron-build.git] / centos7 / rpm / SOURCES / neutron.logrotate
1 /var/log/neutron/*.log {
2     rotate 14
3     size 10M
4     missingok
5     compress
6     copytruncate
7 }