FIX Readme typo on 'Email Notification' (#132)
This commit is contained in:
@@ -486,7 +486,7 @@ Put this file in `/bin`:
|
|||||||
Put this file in `/etc/systemd/system/`:
|
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.
|
* `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
|
OnFailure=status-email-user@%n.service
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user