Skip to content

Commit

Permalink
docs(email-notif): Document the {{ INSTALL_PREFIX }} placeholder
Browse files Browse the repository at this point in the history
co-authored-by: giuaig <[email protected]>
  • Loading branch information
gerardbosch and giuaig committed Dec 13, 2023
1 parent 32342d4 commit 36e2431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Put this file in `/bin`:
* `systemd-email`: Sends email using sendmail(1). This script also features time-out for not spamming Gmail servers and getting my account blocked.

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.
* `[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 `[email protected]` to call this service failure.
```
Expand Down

0 comments on commit 36e2431

Please sign in to comment.