From d24fe9479843400fae355ed833e5563bb997cc0b Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 5 Oct 2015 18:27:02 +0200 Subject: [PATCH] Enabling systemd at startup when using systemd --- roles/ispmail-postfix/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/ispmail-postfix/tasks/main.yml b/roles/ispmail-postfix/tasks/main.yml index 8f61864..c0db2e0 100644 --- a/roles/ispmail-postfix/tasks/main.yml +++ b/roles/ispmail-postfix/tasks/main.yml @@ -89,4 +89,6 @@ #- name: Adding user spamass-milter to debian-spamd group # user: name=spamass-milter groups=debian-spamd # notify: restart spamassassin +- name: Enabling spamd at startup + command: systemctl enable spamassassin