blob: 607c2c7a8b480b81072918b272acaa976620a995 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# must be symlinked from ~/.config/systemd/user
[Unit]
Description=Use isync to update IMAP account
[Service]
# User=lemon
# Group=lemon
Type=oneshot
ExecStart=/usr/bin/notmuch new
|