remove syncoid, switch to rsync #221
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ Description=Send a Mail for rsync_mirror service after error or success rsync_mi
|
|||
|
||||
[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 }}'
|
||||
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 }}'
|
||||
|
|
Loading…
Reference in a new issue