9 lines
139 B
Bash
Executable File
9 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#Making the console log console again...
|
|
tail -f /var/log/horizon.log &
|
|
|
|
tail -f /var/log/apache2/* &
|
|
|
|
apachectl -DFOREGROUND
|