[systemd] Don't notify my every time of new emails

It's too much.
This commit is contained in:
Tom Willemse 2022-07-01 19:02:57 -07:00
parent c2ba57a650
commit 99baf86da7

View file

@ -4,6 +4,7 @@ Description=synchronize IMAP4 and Maildir mailboxes
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/bin/mbsync -aqV ExecStart=/usr/bin/mbsync -aqV
# ExecStartPost=%h/usr/bin/notify-new-emails
[Install] [Install]
WantedBy=default.target WantedBy=default.target