diff options
author | Michael Grimm <trashcan@ellael.org> | 2025-08-02 15:28:33 +0200 |
---|---|---|
committer | Älven <alven@FreeBSD.org> | 2025-08-02 20:58:33 +0400 |
commit | 91d5b24e0391f69790b7d97667dd167dfb7e9a78 (patch) | |
tree | cccbe4c6ab1c941f2f261585c50b923498d900a3 /mail/rspamd/files | |
parent | security/vuxml: Add Sqlite vulnerability (diff) |
mail/rspamd: make rspamd start after keydb+valkey
Make the rc script valkey-aware in addition to redis in case the
valkey port is used as an alternative to redis.
PR: 287828
Approved by: vsevolod@ (maintainer, timeout > 1 month)
Approved by: db@ (Mentor)
Diffstat (limited to 'mail/rspamd/files')
-rw-r--r-- | mail/rspamd/files/rspamd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rspamd/files/rspamd.in b/mail/rspamd/files/rspamd.in index c256324dd963..488fe6a87dd9 100644 --- a/mail/rspamd/files/rspamd.in +++ b/mail/rspamd/files/rspamd.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: rspamd -# REQUIRE: LOGIN redis +# REQUIRE: LOGIN redis keydb valkey # BEFORE: mail # KEYWORD: shutdown # |