Add apache2 log to container log.

This commit is contained in:
Egon Rijpkema 2018-09-17 11:45:36 +02:00
parent d51c52d35c
commit 455e10c7ab
1 changed files with 1 additions and 0 deletions

View File

@ -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.