From f63e1658d359d5426da33de7573a4c8d2f55e910 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 14 Nov 2023 08:19:53 +0000 Subject: automatic import of openstack-neutron --- neutron.logrotate | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 neutron.logrotate (limited to 'neutron.logrotate') diff --git a/neutron.logrotate b/neutron.logrotate new file mode 100644 index 0000000..fc1c70b --- /dev/null +++ b/neutron.logrotate @@ -0,0 +1,7 @@ +/var/log/neutron/*.log { + rotate 14 + size 10M + missingok + compress + copytruncate +} -- cgit v1.2.3