removed kill signal INT from upstart

This commit is contained in:
Sathiya Shunmugasundaram 2015-06-01 13:49:24 -04:00
parent d8921e8ad1
commit 111c7ca9f6
3 changed files with 1 additions and 5 deletions

View File

@ -32,5 +32,3 @@ sudo chown root:root /tmp/upstart.conf
sudo chown root:root /tmp/upstart-join.conf
sudo mv /tmp/upstart.conf /etc/init/consul.conf
sudo mv /tmp/upstart-join.conf /etc/init/consul-join.conf
echo "Installed upstart"
sudo initctl list

View File

@ -6,8 +6,6 @@ stop on runlevel [!2345]
respawn
# This is to avoid Upstart re-spawning the process upon `consul leave`
normal exit 0 INT
# stop consul will not mark node as failed but left
#kill signal INT
script
if [ -f "/etc/service/consul" ]; then

View File

@ -52,4 +52,4 @@ variable "tagName" {
variable "platform" {
default = "ubuntu"
description = "The OS Platform"
}
}