From 4deb4481cc018360d23be6267f28bc6644448536 Mon Sep 17 00:00:00 2001 From: giuaig <13609224+giuaig@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:39:11 +0100 Subject: [PATCH] FIX Readme typo on 'Email Notification' (#132) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8798dc2..ec3dc65 100644 --- a/README.md +++ b/README.md @@ -486,7 +486,7 @@ Put this file in `/bin`: Put this file in `/etc/systemd/system/`: * `status-email-user@.service`: A service that can notify you via email when a systemd service fails. Edit the target email address in this file, and replace or remove `{{ INSTALL_PREFIX }}` according to your installation. -Now edit `restic-backup@.service` and `status-email-user@.service` to call this service failure. +Now edit `/usr/lib/systemd/system/restic-backup@.service` and `/usr/lib/systemd/system/restic-check@.service` to call this service failure. ``` OnFailure=status-email-user@%n.service ```