summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Darley <patrick.darley@codethink.co.uk>2015-09-28 13:28:07 +0000
committerPatrick Darley <patrick.darley@codethink.co.uk>2015-09-28 13:44:06 +0000
commit20b417394becb4983eabf01ee288fe1790818557 (patch)
tree440df2e6de792593e975d186529f631a2421edcd
parent59140c8e8931b4fc72ee33776f5347f43cdd5367 (diff)
downloadbuildslave-scripts-20b417394becb4983eabf01ee288fe1790818557.tar.gz
Add installation of the init script to the prep.
-rwxr-xr-xprep_for_kbas.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/prep_for_kbas.sh b/prep_for_kbas.sh
index f4077a9..3884bde 100755
--- a/prep_for_kbas.sh
+++ b/prep_for_kbas.sh
@@ -14,3 +14,10 @@ fi
# TODO: Check if this is all that a cache server will need. unsure as running
# the cache and ybd on the same machine currently
pip install bottle
+
+
+# Now install the init script for the kbas server and start it
+cp init_scripts/artifact_server /etc/init.d/.
+chkconfig --add artifact_server
+
+/etc/init.d/artifact_server start