Add apache2 log to container log.
This commit is contained in:
parent
71d2bc13ea
commit
d161a24200
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue