homeserver/roles/mgrote.zfs_sanoid/templates/syncoid_mail.service.j2

9 lines
244 B
Text
Raw Normal View History

{{ file_header | default () }}
[Unit]
Description=Send a Mail in case of an error in sanoid.service.
[Service]
Type=oneshot
ExecStart=/bin/bash -c '/bin/systemctl status syncoid.service | mail -s "[ERROR] syncoid - %H" {{ empfaenger_mail }}'