From 3d52be199832bd22ccf7006e8218911bbe175a0f Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Tue, 26 Nov 2024 16:48:00 -0500 Subject: [PATCH] update logrotate config for cdn-logs --- salt/cdn-logs/config/fastly.logrotate.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/cdn-logs/config/fastly.logrotate.conf b/salt/cdn-logs/config/fastly.logrotate.conf index 87cf894a..60dc60e1 100644 --- a/salt/cdn-logs/config/fastly.logrotate.conf +++ b/salt/cdn-logs/config/fastly.logrotate.conf @@ -7,6 +7,6 @@ delaycompress sharedscripts postrotate - /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true + /usr/lib/rsyslog/rsyslog-rotate endscript }