aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/systemd/user/notmuch.service
blob: fcbee8986ec90d0c5c1681ce36f752a02f03c3a6 (plain)
1
2
3
4
5
6
7
8
9
10
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