sdfgd
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 13s
ansible-lint / Ansible Lint (pull_request) Failing after 1m25s

This commit is contained in:
Michael Grote 2024-10-28 18:35:57 +01:00
parent fec1e099ea
commit 8e0be786b1

View file

@ -5,4 +5,4 @@ Description=Send a Mail for rsync_mirror service after error or success rsync_mi
[Service] [Service]
Type=oneshot 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 }}' ExecStart=/bin/bash -c '/usr/bin/journalctl -u rsync_mirror.service -n 30 | mail -aFROM:{{ rsync_mirror_user }}@mgrote.net -s "rsync_mirror - %H" {{ my_mail }}'