blob: 6188570181343b8b8ba07af01b3bcee418331be1 (
plain) (
tree)
|
|
# 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/mbsync fastmailchannel
ExecStart=/usr/bin/notmuch new
|