9 lines
318 B
Text
9 lines
318 B
Text
|
{{ 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 "rsync_mirror - %H" {{ my_mail }}'
|