From 6bba88716dc30c77cf5937dd3d59b65d4e3f8ece Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 21 Aug 2024 16:16:34 -0500 Subject: feat(notmuch): require network to start service --- notmuch/.config/systemd/user/notmuch.service | 2 ++ 1 file changed, 2 insertions(+) (limited to 'notmuch/.config/systemd/user/notmuch.service') diff --git a/notmuch/.config/systemd/user/notmuch.service b/notmuch/.config/systemd/user/notmuch.service index 865b3fd..2d7f483 100644 --- a/notmuch/.config/systemd/user/notmuch.service +++ b/notmuch/.config/systemd/user/notmuch.service @@ -1,6 +1,8 @@ [Unit] Description=Mailbox indexer service Documentation=man:notmuch(1) +Wants=network-online.target +After=network-online.target [Service] Type=oneshot -- cgit v1.2.3-70-g09d2