From fecdbb32f5a7cd7e5925a52066306a2b4d5e5ae8 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 11 Feb 2020 15:29:22 +0100 Subject: [PATCH] Add the WantedBy directive to the mailman systemd unit. --- templates/mailman.service.systemd.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/mailman.service.systemd.j2 b/templates/mailman.service.systemd.j2 index f28a178..93314f7 100644 --- a/templates/mailman.service.systemd.j2 +++ b/templates/mailman.service.systemd.j2 @@ -19,3 +19,4 @@ Restart=on-failure RestartSec=5s [Install] +WantedBy=multi-user.target