{{ file_header | default () }} [Unit] Description=Send a Mail for rsync_mirror service after error or success rsync_mirror.service. [Service] Type=oneshot ExecStart=/bin/bash -c '/usr/bin/journalctl -u rsync_mirror.service -n 30 | mail -aFROM:{{ rsync_mirror_user }}@mgrote.net -s "syncoid - %H" {{ my_mail }}'