From 069c84cb511d21175807a257c1987b9210225330 Mon Sep 17 00:00:00 2001 From: Philibert Dugas Date: Sun, 19 Jul 2015 19:11:12 -0400 Subject: [PATCH] Fixed ubuntu upstart scripts for etcd --- cluster/ubuntu/master/init_conf/etcd.conf | 4 ++++ cluster/ubuntu/minion/init_conf/etcd.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/cluster/ubuntu/master/init_conf/etcd.conf b/cluster/ubuntu/master/init_conf/etcd.conf index 6094591a9fc..a1caaf36165 100644 --- a/cluster/ubuntu/master/init_conf/etcd.conf +++ b/cluster/ubuntu/master/init_conf/etcd.conf @@ -1,6 +1,10 @@ description "Etcd service" author "@jainvipin" +start on (net-device-up + and local-filesystems + and runlevel [2345]) + respawn pre-start script diff --git a/cluster/ubuntu/minion/init_conf/etcd.conf b/cluster/ubuntu/minion/init_conf/etcd.conf index 6094591a9fc..a1caaf36165 100644 --- a/cluster/ubuntu/minion/init_conf/etcd.conf +++ b/cluster/ubuntu/minion/init_conf/etcd.conf @@ -1,6 +1,10 @@ description "Etcd service" author "@jainvipin" +start on (net-device-up + and local-filesystems + and runlevel [2345]) + respawn pre-start script