Check the status for both the timer and the service, but on the top of
my head:
> [Service]
> ...
> ExecStartPost=/bin/sh -c 'notmuch new && afew -t -n && afew --move-mails -v
> && echo "notmuch `date`" >> ~/tmp/maillog.log'

I had problems in the past when breaking Exec lines on several lines,
might be the reason it does not work.

> [Timer]
> OnBootSec=2m
> OnCalendar=*:00/2
That does not seem to conform to the format in systemd.time(7) ? You can
just use 'daily' (inferring from your channel name)

> Unit=mbsync.service

That's not needed, the default is to trigger the service with matching
unsuffixed name

-- 
Max Gautier


_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to