-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX Readme typo on 'Email Notification' (#132)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -486,7 +486,7 @@ Put this file in `/bin`: | |
Put this file in `/etc/systemd/system/`: | ||
* `[email protected]`: 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 `[email protected]` and `status-email-user@.service` to call this service failure. | ||
Now edit `/usr/lib/systemd/system/[email protected]` and `/usr/lib/systemd/system/restic-check@.service` to call this service failure. | ||
``` | ||
OnFailure=status-email-user@%n.service | ||
``` | ||
|