From 7d4aa63c430516f815a8cdfd2f517f79565efe2f Mon Sep 17 00:00:00 2001 From: opi Date: Sun, 5 Feb 2017 14:23:55 +0100 Subject: [PATCH] [fix] Rspamd & Rmilter are no more sockets Changes introduced by https://github.com/YunoHost/yunohost/commit/b419c8c5641f29284befc29b059ee37db0b74a59 --- data/templates/yunohost/services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/templates/yunohost/services.yml b/data/templates/yunohost/services.yml index b4e63479b..350faae37 100644 --- a/data/templates/yunohost/services.yml +++ b/data/templates/yunohost/services.yml @@ -14,10 +14,10 @@ postfix: status: service log: [/var/log/mail.log,/var/log/mail.err] rmilter: - status: systemctl status rmilter.socket + status: systemctl status rmilter.service log: /var/log/mail.log rspamd: - status: systemctl status rspamd.socket + status: systemctl status rspamd.service log: /var/log/mail.log redis-server: status: service