aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/systemd
diff options
context:
space:
mode:
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