Re: compacting the notmuch database through systemd

Subject: Re: compacting the notmuch database through systemd

Date: Mon, 02 Dec 2019 08:29:23 -0500

To: notmuch@notmuchmail.org

Cc:

From: Antoine Beaupré


On 2019-12-01 15:52:19, Antoine Beaupré wrote:
> PS: any humor or comedy in this email is purely accidental and shouldn't
> be construed as a feeble attempt at making you smile.

The joke is on me, I guess. I thought I had written some hooks to ever
prevent this from happening again, but it looks like either (a) they
didn't work in this case or (b) they are disabled because I forgot the
attachments...

A.

-- 
There are two ways of constructing a software design: One way is to
make it so simple that there are obviously no deficiencies, and the
other way is to make it so complicated that there are no obvious
deficiencies. The first method is far more difficult.
                        - C.A.R. Hoare
[Unit]
Description=compact the notmuch database

[Timer]
OnCalendar=monthly

[Install]
WantedBy=timers.target
[Unit]
Description=compact the notmuch database

[Service]
Type=simple
Nice=10
ExecStart=/usr/bin/notmuch compact
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: