Skip to content

Commit c4a9d43

Browse files
committed
Add ability to kill Consul easily.
1 parent 1c4a9dd commit c4a9d43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ gziplinux:
3535
consul:
3636
consul agent -data-dir `mktemp -d` -config-dir=$(CONFIG_DIR) -bootstrap -server -bind=127.0.0.1
3737

38+
consul_kill:
39+
pkill consul
40+
3841
release: clean build gziposx clean linux gziplinux clean

0 commit comments

Comments
 (0)