11 lines
290 B
SYSTEMD
11 lines
290 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mail indexer
|
||
|
Documentation=https://notmuch.readthedocs.io/en/latest/
|
||
|
StartLimitBurst=2
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/notmuch --config=REPLACE_HOME_USER/.config/notmuch/notmuch-config new
|
||
|
RuntimeMaxSec=3m
|
||
|
Restart=on-failure
|
||
|
Environment="KEYRING_PROPERTY_SCHEME=KeePassXC"
|