diff --git a/roles/neomutt/files/mbsync.service b/roles/neomutt/files/mbsync.service index d2bcf0b..a35eec3 100644 --- a/roles/neomutt/files/mbsync.service +++ b/roles/neomutt/files/mbsync.service @@ -3,7 +3,8 @@ Description=Mailbox synchronization service [Service] Type=oneshot -ExecStart=/usr/bin/mbsync -a && find ~/.local/share/mail -type d -name new -not -empty -mmin -5 -exec notify-send {} \; +ExecStart=/usr/bin/mbsync -a +ExecStart=/usr/bin/find %h/.local/share/mail -type d -name new -not -empty -mmin -5 -exec /usr/bin/notify-send {} \; [Install] WantedBy=default.target