From fe1dc0a0d767e114e09681394b5f8849abc99a1a Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 7 Feb 2021 16:54:44 +0100 Subject: mbsync.service: Allow to fail .config/systemd/user/mbsync.service: Allow mbsync calls to fail (so that ExecStartPost steps are still executed). --- .config/systemd/user/mbsync.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/systemd/user/mbsync.service b/.config/systemd/user/mbsync.service index 0940205..3d1bde0 100644 --- a/.config/systemd/user/mbsync.service +++ b/.config/systemd/user/mbsync.service @@ -3,6 +3,6 @@ Description=Mailbox synchronization service [Service] Type=oneshot -ExecStart=/usr/bin/mbsync -Va +ExecStart=-/usr/bin/mbsync -Va ExecStartPost=/usr/bin/notmuch new ExecStartPost=%h/bin/mbsync2mutt_mailboxes %h/.mutt/mailboxes.rc -- cgit v1.2.3-54-g00ecf