Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Apr 1, 2017
1 parent e585632 commit 5e7ea92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See more: https://golang.org/cmd/cgo/

If using FreeBSD or macOS you can install using [pkg/ports](http://immortal.run/freebsd/)
or [homebrew](http://immortal.run/mac/), for other platforms work is in progress,
any help for would be appreciated.
any help for helping making the port/package would be appreciated.

## Compile from source

Expand Down Expand Up @@ -127,12 +127,15 @@ Will print current status and allow to manage the services

pgrep -fl "immortal -ctl" | awk '{print $1}' | xargs watch -n .1 pstree -p

# Test status using curl
# Test status using curl & [jq](https://stedolan.github.io/jq/)

status:

curl --unix-socket immortal.sock http:/status -s | jq

> note the single '/' https://superuser.com/a/925610/284722

down:

curl --unix-socket immortal.sock http://im/signal/d -s | jq
Expand Down

0 comments on commit 5e7ea92

Please sign in to comment.