We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# ps -ef|grep consul root 16490 14878 0 16:38 pts/0 00:00:00 grep --color=auto consul
# ps -ef|grep consul
# service consul status consul stop/waiting
# service consul status
# service consul start consul start/running, process 16506
# service consul start
# ps -ef|grep consul consul 16518 1 0 16:38 ? 00:00:00 /opt/consul/bin/consul agent -bind=96.119.7.91 -client=96.119.7.91 -config-dir=/etc/consul.d -config-file=/etc/consul.conf
# service consul stop stop: Unknown instance:
# service consul stop
The text was updated successfully, but these errors were encountered:
@rbrutas @savagegus this issue can be closed by merging #204 plz do, thx 👍
Sorry, something went wrong.
No branches or pull requests
# ps -ef|grep consul
root 16490 14878 0 16:38 pts/0 00:00:00 grep --color=auto consul
# service consul status
consul stop/waiting
# service consul start
consul start/running, process 16506
# ps -ef|grep consul
consul 16518 1 0 16:38 ? 00:00:00 /opt/consul/bin/consul agent -bind=96.119.7.91 -client=96.119.7.91 -config-dir=/etc/consul.d -config-file=/etc/consul.conf
# service consul status
consul stop/waiting
# service consul stop
stop: Unknown instance:
The text was updated successfully, but these errors were encountered: