This commit is contained in:
OPSXCQ 2017-01-02 18:02:09 -02:00
parent 70cd023120
commit 420f58bc67
No known key found for this signature in database
GPG Key ID: 9AD730FE9CDE5661
1 changed files with 13 additions and 0 deletions

13
main.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
echo '[+] Starting mysql...'
service mysql start
echo '[+] Starting apache'
service apache2 start
while true
do
tail -f /var/log/apache2/*.log
sleep 10;
done