From a12b5db2a95667c9a8affb404d5b5684cad488e4 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 2 Feb 2024 12:03:31 +0000 Subject: automatic import of httpd --- httpd.logrotate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 httpd.logrotate (limited to 'httpd.logrotate') diff --git a/httpd.logrotate b/httpd.logrotate new file mode 100644 index 0000000..28c9730 --- /dev/null +++ b/httpd.logrotate @@ -0,0 +1,9 @@ +/var/log/httpd/*log { + missingok + notifempty + sharedscripts + delaycompress + postrotate + /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true + endscript +} -- cgit v1.2.3