From f2f4f7c4b42b0eed0f9f81610e7ef4e93f943dfb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 07:31:47 +0200 Subject: Adding debian version 2.9.4-1. Signed-off-by: Daniel Baumann --- debian/sssd-common.logrotate | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/sssd-common.logrotate (limited to 'debian/sssd-common.logrotate') diff --git a/debian/sssd-common.logrotate b/debian/sssd-common.logrotate new file mode 100644 index 0000000..f305c87 --- /dev/null +++ b/debian/sssd-common.logrotate @@ -0,0 +1,11 @@ +/var/log/sssd/*.log { + rotate 4 + weekly + missingok + notifempty + compress + delaycompress + postrotate + kill -HUP `cat /var/run/sssd.pid` > /dev/null 2>&1 || true + endscript +} -- cgit v1.2.3