- we can enable hyperscan also on newer SLE 15 service packs
- added ccb45df90d
To fix building without hyperscan
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=135
This commit is contained in:
17
rspamd-after-redis-target.patch
Normal file
17
rspamd-after-redis-target.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
Ensure that network is up when rspamd is started
|
||||
|
||||
otherwise, it can fail to reach remote rspamd hosts
|
||||
|
||||
Index: rspamd-2.6/rspamd.service
|
||||
===================================================================
|
||||
--- rspamd-2.6.orig/rspamd.service
|
||||
+++ rspamd-2.6/rspamd.service
|
||||
@@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=rapid spam filtering system
|
||||
-After=nss-lookup.target network-online.target
|
||||
+After=nss-lookup.target network-online.target redis.target
|
||||
+Wants=network-online.target
|
||||
Documentation=https://rspamd.com/doc/
|
||||
|
||||
[Service]
|
Reference in New Issue
Block a user