summaryrefslogtreecommitdiffstats
path: root/lava-master-base/scripts/stop.sh
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-07-16 14:26:44 +0200
committerCorentin LABBE <clabbe@baylibre.com>2018-07-25 21:48:25 +0200
commitb8f561127a2ba09f3c2e49194d8d63b6960023b2 (patch)
treee30eb342b60ad9357e6369bc0c9c1f416b4150e9 /lava-master-base/scripts/stop.sh
parentbaf680990ecb539cde0a16ef5b32a7321dd4538a (diff)
Split dockerfile in two images
The process of building LAVA is hard to maintain. But since we need to be able to go back in time (or just stay longer with a specific version) we need a way to keep a LAVA version. For achieving this, we build a minimal image with just LAVA and tag it with the version of LAVA inside.
Diffstat (limited to 'lava-master-base/scripts/stop.sh')
-rwxr-xr-xlava-master-base/scripts/stop.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/lava-master-base/scripts/stop.sh b/lava-master-base/scripts/stop.sh
new file mode 100755
index 0000000..35d503f
--- /dev/null
+++ b/lava-master-base/scripts/stop.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+service lava-master stop
+service lava-slave stop
+service lava-logs stop
+service lava-coordinator stop
+service lava-server-gunicorn stop
+service apache2 stop
+/etc/init.d/postgresql stop
+service tftpd-hpa stop