openstack_dockers/horizon/run.sh

9 lines
139 B
Bash
Raw Normal View History

2018-04-23 15:13:29 +02:00
#!/bin/bash
#Making the console log console again...
tail -f /var/log/horizon.log &
2018-08-15 14:05:36 +02:00
tail -f /var/log/apache2/* &
2018-04-23 15:13:29 +02:00
apachectl -DFOREGROUND