aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/systemd/user/notmuch.service
blob: 913c19d38c66bfef43c14943702da62ca4442959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Mailbox indexer service
Documentation=man:notmuch(1)
Wants=network-online.target
After=network-online.target

[Service]
Type=oneshot
ExecStartPre=/usr/bin/sleep 5
ExecStart=/usr/bin/notmuch new
Restart=on-failure
RestartSec=30

[Install]
WantedBy=default.target