mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] rspamd/rmilter now uses redis-server instead of memcached
This commit is contained in:
parent
0d49e8a24f
commit
0899ca055e
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ if [[ "$1" == "True" ]]; then
|
|||
sudo yunohost service add rmilter -l /var/log/mail.log \
|
||||
|| echo "Rmilter is already listed in services"
|
||||
|
||||
sudo yunohost service add memcached \
|
||||
|| echo "Memcached is already listed in services"
|
||||
sudo yunohost service add redis-server -l /var/log/redis/redis-server.log \
|
||||
|| echo "redis-server is already listed in services"
|
||||
|
||||
# Remove previous email services
|
||||
sudo yunohost service remove spamassassin \
|
||||
|
|
Loading…
Add table
Reference in a new issue