aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-08-21 16:16:34 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-08-21 16:16:34 -0500
commit6bba88716dc30c77cf5937dd3d59b65d4e3f8ece (patch)
tree1ad3b123f236a90ebf9c093223fe2a410f6292bd /notmuch/.config
parent2084500d363abc0fa4728053fad8577247b5aeab (diff)
feat(notmuch): require network to start service
Diffstat (limited to 'notmuch/.config')
-rw-r--r--notmuch/.config/systemd/user/notmuch.service2
1 files changed, 2 insertions, 0 deletions
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