aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/systemd/user/notmuch.service
blob: 865b3fd3c24977f97ff0775743b320af4e261e74 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Mailbox indexer service
Documentation=man:notmuch(1)

[Service]
Type=oneshot
ExecStart=/usr/bin/notmuch new

[Install]
WantedBy=default.target