Program renamed. Version was changed to 2.0.0. Fixed typo. Corrected installation section and link to PKGBUILD.
This commit is contained in:
parent
2477b7ac1e
commit
5f4555d769
12
README.md
12
README.md
@ -1,4 +1,4 @@
|
||||
# httpprocwatchd Ver 1.3.2
|
||||
# httpprocprobed Ver 2.0.0
|
||||
|
||||
License: MIT+NIGGER.
|
||||
|
||||
@ -7,7 +7,7 @@ processes, and if they are currently running or not.
|
||||
|
||||
There are currently three output formats available: JSON, XML, plain text.
|
||||
|
||||
JSON is a default format if `Accept` header didn't provided, or did do with
|
||||
JSON is a default format if `Accept` header didn't provided, or did with
|
||||
value `application/json`. Its form is `{"process":true|false, ...}`.
|
||||
|
||||
XML is provided if `Accept: application/xml` header was given. Its form is
|
||||
@ -30,19 +30,17 @@ Run these commands one after the other.
|
||||
```console
|
||||
$ make
|
||||
$ make install
|
||||
$ make install-service
|
||||
```
|
||||
|
||||
In order to uninstall run these commands:
|
||||
|
||||
```console
|
||||
# systemctl stop httpprocwatchd
|
||||
# systemctl disable httpprocwatchd
|
||||
$ make uninstall-service
|
||||
# systemctl stop httpprocprobed
|
||||
# systemctl disable httpprocprobed
|
||||
$ make uninstall
|
||||
# systemctl daemon-reload
|
||||
```
|
||||
|
||||
### For ArchLinux
|
||||
|
||||
You can take a [PKGBUILD](/Arav/httpprocwatchd/raw/branch/master/contrib/archlinux/PKGBUILD) file and in a directory with it run `makepkg -i`.
|
||||
You can take a [PKGBUILD](/Arav/httpprocprobed/raw/branch/master/build/archlinux/PKGBUILD) file and in a directory with it run `makepkg -i`.
|
Loading…
Reference in New Issue
Block a user