aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/systemd
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-10-12 15:21:22 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-10-12 15:21:22 -0500
commit38b8fd29a6ce554f666db5a47517d1a5308136ca (patch)
treed3e68192ffffa7af421dddcb8cac2661c860390b /notmuch/.config/systemd
parent40468910b8a726b4b3329ce19a1863037357a02d (diff)
feat(mail): improved services and install scripts
Diffstat (limited to 'notmuch/.config/systemd')
-rw-r--r--notmuch/.config/systemd/user/notmuch.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/notmuch/.config/systemd/user/notmuch.service b/notmuch/.config/systemd/user/notmuch.service
new file mode 100644
index 0000000..fcbee89
--- /dev/null
+++ b/notmuch/.config/systemd/user/notmuch.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Mailbox indexer service
+Documentation=man:notmuch(1)
+After=mbsync@.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/notmuch new
+
+[Install]
+WantedBy=mbsync@.service