-
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.
docs(email-notif): Document the
{{ INSTALL_PREFIX }}
placeholder
- Loading branch information
1 parent
32342d4
commit 3f6f3a2
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 |
---|---|---|
|
@@ -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. | ||
``` | ||
|