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.