From ece20457ccf4307c45c78c444b86f3a915ad7405 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 13:51:44 +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