Add apache2 log to container log.
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user