From 59d174004ecc7df7cbd645f3e8640a8be3083f6e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 7 Sep 2015 11:19:16 -0700 Subject: [PATCH] box code has moved to systemd --- images/initializeBaseUbuntuImage.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/images/initializeBaseUbuntuImage.sh b/images/initializeBaseUbuntuImage.sh index a60a73ae6..820fc1544 100755 --- a/images/initializeBaseUbuntuImage.sh +++ b/images/initializeBaseUbuntuImage.sh @@ -142,9 +142,6 @@ apt-get -y install mysql-server echo "==== Install pwgen ====" apt-get -y install pwgen -echo "==== Install supervisor ====" -apt-get -y install supervisor - echo "==== Install collectd ===" apt-get install -y collectd collectd-utils update-rc.d -f collectd remove