From e1889c424bc4adb5e986d6cbe5f064906dd51a66 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:48:14 +0000 Subject: automatic import of cyrus-imapd --- cyrus-imapd.logrotate | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cyrus-imapd.logrotate (limited to 'cyrus-imapd.logrotate') diff --git a/cyrus-imapd.logrotate b/cyrus-imapd.logrotate new file mode 100644 index 0000000..2f55827 --- /dev/null +++ b/cyrus-imapd.logrotate @@ -0,0 +1,7 @@ +/var/log/imapd.log /var/log/auth.log { + missingok + sharedscripts + postrotate + /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true + endscript +} -- cgit v1.2.3