Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Changing leave back after finding the related upstart script changes …
Browse files Browse the repository at this point in the history
…weren't 100% reliable (#41)

* Changing leave-on-terminate back to true
* Setting skip-leave-on-interrupt to back to false
  • Loading branch information
tlisonbee authored May 5, 2017
1 parent ba7ee03 commit 39012c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/consul-server.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"data_dir": "/var/consul/data",
"ui_dir": "/var/consul/webui",
"log_level": "INFO",
"leave_on_terminate": false,
"skip_leave_on_interrupt": true,
"leave_on_terminate": true,
"skip_leave_on_interrupt": false,
"client_addr": "0.0.0.0",
"disable_update_check": true,
"bootstrap_expect": 3,
Expand Down

0 comments on commit 39012c3

Please sign in to comment.