diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-27 17:29:39 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-27 17:29:39 +0000 |
commit | cf87ea78a6e822b1a692cae3c8be7ca673d390ef (patch) | |
tree | 9d8e83542f85771cbde63ff1a8a311df93dd2c56 /systemd | |
parent | 4d453d304daeb44b23735e72f1a02aa031c43d4d (diff) |
Updates isync service with purely channel
Diffstat (limited to '')
-rw-r--r-- | systemd/isync.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/isync.service b/systemd/isync.service index 6188570..d0f12fe 100644 --- a/systemd/isync.service +++ b/systemd/isync.service @@ -6,5 +6,5 @@ Description=Use isync to update IMAP account # User=lemon # Group=lemon Type=oneshot -ExecStart=/usr/bin/mbsync fastmailchannel +ExecStart=/usr/bin/mbsync purelymailchannel ExecStart=/usr/bin/notmuch new |