Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

Commit

Permalink
Show "consul members" in status
Browse files Browse the repository at this point in the history
  • Loading branch information
blalor committed May 3, 2014
1 parent 5e47249 commit dc54ca8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sources/consul/sysvinit.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ force_reload() {

rh_status() {
status -p "$pidfile" -l $prog $exec

RETVAL=$?

[ $RETVAL -eq 0 ] && $exec members

return $RETVAL
}

rh_status_q() {
Expand Down

0 comments on commit dc54ca8

Please sign in to comment.