From 76173ba972c689bb20b6bd13bc5efe1744f5d279 Mon Sep 17 00:00:00 2001 From: Theodotos Andreou Date: Thu, 22 Sep 2016 15:02:48 +0300 Subject: [PATCH] Modified startup commands --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9358ec0..655f561 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ #!/bin/sh -/usr/bin/apache2ctl start -/usr/bin/mysqld_safe +/etc/init.d/apache2 start +/etc/init.d/mysql start