From 0181978500c3af3810884db3c7783ffb17781791 Mon Sep 17 00:00:00 2001 From: suchademon Date: Thu, 10 Jan 2019 13:40:15 +0100 Subject: [PATCH] README.md: better readable and changed path for useradd --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3df33d..8563983 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ apt install git ``` Create a local account which will be used to converte the mails coming from monit ```bash -useradd -d /tmp/monit monitnotify +useradd -d /home/monit monitnotify ``` ### Clone reposiroty @@ -36,6 +36,7 @@ If everything is fine, you can just enable it systemctl enable monitnotify.service ``` + ## Usage ### Help @@ -68,10 +69,12 @@ DEADJOE /test* ``` + ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. + ## License [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)