README.md: better readable and changed path for useradd
This commit is contained in:
parent
706fc53f64
commit
0181978500
|
@ -11,7 +11,7 @@ apt install git
|
||||||
```
|
```
|
||||||
Create a local account which will be used to converte the mails coming from monit
|
Create a local account which will be used to converte the mails coming from monit
|
||||||
```bash
|
```bash
|
||||||
useradd -d /tmp/monit monitnotify
|
useradd -d /home/monit monitnotify
|
||||||
```
|
```
|
||||||
|
|
||||||
### Clone reposiroty
|
### Clone reposiroty
|
||||||
|
@ -36,6 +36,7 @@ If everything is fine, you can just enable it
|
||||||
systemctl enable monitnotify.service
|
systemctl enable monitnotify.service
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Help
|
### Help
|
||||||
|
@ -68,10 +69,12 @@ DEADJOE
|
||||||
/test*
|
/test*
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
|
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.
|
Please make sure to update tests as appropriate.
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
Loading…
Reference in New Issue