From 91b24dac8dd335f03cca4d420fb58c47a64b2d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 29 Jun 2021 11:12:27 -0400 Subject: [PATCH] do not run smd-pull at the same time as smd-push This is a workaround for #18. --- misc/smd-pull.service | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/smd-pull.service b/misc/smd-pull.service index 7a9461e..d49bf93 100644 --- a/misc/smd-pull.service +++ b/misc/smd-pull.service @@ -2,6 +2,7 @@ Description=pull emails with syncmaildir Wants=network-online.target After=network-online.target +Before=smd-push.service [Service] Type=oneshot