diff options
author | Tyler Baker <tyler.baker@linaro.org> | 2017-05-01 10:45:06 -0700 |
---|---|---|
committer | Tyler Baker <tyler.baker@linaro.org> | 2017-05-01 10:45:06 -0700 |
commit | 2e448945269ca28b644f587bf40afd9fe6c38583 (patch) | |
tree | 7205cf78be43d50648a1eb302529549471a58c98 /stop.sh | |
parent | 47133ea0a35636cbd3601bbcd57f10fff32a6f9e (diff) |
Dockerfile: shuffle scripts, and add tftp support
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Diffstat (limited to 'stop.sh')
-rwxr-xr-x | stop.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/stop.sh b/stop.sh deleted file mode 100755 index 8b5feda..0000000 --- a/stop.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -service lava-master stop -service lava-slave stop -service lava-server stop -service lava-server-gunicorn stop -service apache2 stop -service postgresql stop -service tftpd-hpa stop |