README.md: added new parameters to help section and added *.log to .gitignore section
This commit is contained in:
parent
b66b90deb4
commit
86c61984ee
|
@ -71,9 +71,12 @@ systemctl enable monitnotify.service
|
||||||
|
|
||||||
### Help
|
### Help
|
||||||
```bash
|
```bash
|
||||||
monitnotifyer.sh [-hd]
|
monitnotifyer.sh [-h] [-(d|D)] [-a (start|stop)]
|
||||||
-h will show you this help message
|
-h will show you this help message
|
||||||
-d will run the script in debug mode (output to stdout)
|
-d will run the script in debug mode (output to stdout)
|
||||||
|
-D will disable the debug mode
|
||||||
|
-a (default start) Can be set manually only to start or stop
|
||||||
|
for starting or stopping the script
|
||||||
```
|
```
|
||||||
|
|
||||||
### Debuging
|
### Debuging
|
||||||
|
@ -97,6 +100,7 @@ DEADJOE
|
||||||
/pretrigger_notification.sh
|
/pretrigger_notification.sh
|
||||||
/monitnotify.service
|
/monitnotify.service
|
||||||
/test*
|
/test*
|
||||||
|
/*.log
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue