Michael Grote
6eb88c1c92
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/194 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
8 lines
286 B
Django/Jinja
8 lines
286 B
Django/Jinja
{{ file_header | default () }}
|
|
|
|
[Unit]
|
|
Description=Send a Mail in case of an error in todoist_backup.service.
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash -c '/bin/systemctl status todoist_backup.service | mail -aFROM:todoist_backup@mgrote.net -s "[ERROR] todoist_backup" {{ my_mail }}'
|