7 lines
109 B
Bash
7 lines
109 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#Making the console log console again...
|
||
|
tail -f /var/log/horizon.log &
|
||
|
|
||
|
apachectl -DFOREGROUND
|