lychee/scripts/start
2014-09-25 23:14:32 +00:00

9 lines
151 B
Bash
Executable File

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