diff options
Diffstat (limited to 'systemd/notmuch.service')
-rw-r--r-- | systemd/notmuch.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/notmuch.service b/systemd/notmuch.service new file mode 100644 index 0000000..607c2c7 --- /dev/null +++ b/systemd/notmuch.service @@ -0,0 +1,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 |