aboutsummaryrefslogtreecommitdiffstats
path: root/cdap3vm/install-steps/04-folder-creation.sh
diff options
context:
space:
mode:
authorLisa Revel <lr0306@att.com>2017-05-09 17:23:13 -0400
committerLisa Revel <lr0306@att.com>2017-05-11 19:40:59 +0000
commite99ee402295827468bdd81b9308531a88deb7dc4 (patch)
tree6954428fa5e25d1ab55a5f0507f27de45a6e377f /cdap3vm/install-steps/04-folder-creation.sh
parentc267e9c7d288aaa5d8c32f1910b2d0e62c2d2b00 (diff)
[DCAE-17] Updates for r1.1.0
Change-Id: I0a930cb56f0db0f90870b14aef74ef6c00324276 Signed-off-by: Lisa Revel <lr0306@att.com>
Diffstat (limited to 'cdap3vm/install-steps/04-folder-creation.sh')
-rw-r--r--cdap3vm/install-steps/04-folder-creation.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/cdap3vm/install-steps/04-folder-creation.sh b/cdap3vm/install-steps/04-folder-creation.sh
index 59ca5cf..3b68fd2 100644
--- a/cdap3vm/install-steps/04-folder-creation.sh
+++ b/cdap3vm/install-steps/04-folder-creation.sh
@@ -68,4 +68,14 @@ chmod +x /etc/init.d/cdap-vm-services
#
update-rc.d cdap-vm-services defaults
+# Disable CDAP component init.d entries installed by Debian packages
+# [171525] Remove init.d run level links for CDAP processes
+#
+echo '### Disable CDAP component init.d entries installed by Debian packages:'
+for init in cdap-auth-server cdap-kafka-server cdap-master cdap-router cdap-ui
+ do echo Disabling $init...
+ echo update-rc.d -n -f $init remove
+ sudo update-rc.d -f $init remove
+done
+
\. ./utils/cdap-nodetype-${NODETYPE}.sh