From 455e10c7abdd22daaa4cc7db8dddccd8cc1804ae Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Mon, 17 Sep 2018 11:45:36 +0200 Subject: [PATCH] Add apache2 log to container log. --- cinder_controller/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cinder_controller/run.sh b/cinder_controller/run.sh index a15c696..80f07ef 100755 --- a/cinder_controller/run.sh +++ b/cinder_controller/run.sh @@ -7,6 +7,7 @@ cinder-scheduler -d & sleep 5 apachectl -DFOREGROUND & +tail -f /var/log/apache2/* & # If any process fails, kill the rest. # This ensures the container stops and systemd will restart it.