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

diff --git a/centos/sources/rspamd.logrotate b/centos/sources/rspamd.logrotate
new file mode 100644 (file)
index 0000000..ea1b02d
--- /dev/null
@@ -0,0 +1,11 @@
+/var/log/rspamd/*log {
+    daily
+    rotate 10
+    missingok
+    notifempty
+    compress
+    sharedscripts
+    postrotate
+        systemctl --signal=USR1 --kill-who=main kill rspamd.service 2>/dev/null || :
+    endscript
+}
diff --git a/centos/sources/rspamd.logrotate.systemd b/centos/sources/rspamd.logrotate.systemd
deleted file mode 100644 (file)
index ea1b02d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/rspamd/*log {
-    daily
-    rotate 10
-    missingok
-    notifempty
-    compress
-    sharedscripts
-    postrotate
-        systemctl --signal=USR1 --kill-who=main kill rspamd.service 2>/dev/null || :
-    endscript
-}