mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] first stop rspamd.service, then start rspamd.socket
This commit is contained in:
parent
a072d4109e
commit
81fde7482d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ sudo chmod 660 /etc/dovecot/global_script/rspamd.svbin
|
|||
sudo chown -R vmail:mail /etc/dovecot/global_script
|
||||
|
||||
# Ensure that the socket is listening and stop the service.
|
||||
sudo systemctl start rspamd.socket
|
||||
sudo systemctl stop rspamd.service 2>&1 || true
|
||||
sudo systemctl start rspamd.socket
|
||||
|
||||
sudo systemctl restart dovecot
|
||||
|
|
Loading…
Add table
Reference in a new issue