]> source.dussan.org Git - rspamd.git/commitdiff
Delete rspamd.logrotate
authorghtm2 <98537985+ghtm2@users.noreply.github.com>
Tue, 28 Jun 2022 12:18:31 +0000 (14:18 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 12:18:31 +0000 (14:18 +0200)
centos/sources/rspamd.logrotate [deleted file]

diff --git a/centos/sources/rspamd.logrotate b/centos/sources/rspamd.logrotate
deleted file mode 100644 (file)
index a8aaf31..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/rspamd/*log {
-    daily
-    rotate 10
-    missingok
-    notifempty
-    compress
-    sharedscripts
-    postrotate
-        [ ! -f /var/run/rspamd/rspamd.pid ] || kill -USR1 `cat /var/run/rspamd/rspamd.pid`
-    endscript
-}