Add start script

This commit is contained in:
Renfred Harper 2014-09-25 23:14:32 +00:00
parent 62365a2558
commit b50a371634

8
scripts/start Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
# Run this script to start Apache and MySQL
#
# Start MySQL
mysqld &
# Start Apache
source /etc/apache2/envvars
exec apache2 -D FOREGROUND