lychee/scripts/start

9 lines
151 B
Plaintext
Raw Normal View History

2014-09-25 23:14:32 +00:00
#!/bin/bash
# Run this script to start Apache and MySQL
#
# Start MySQL
mysqld &
# Start Apache
source /etc/apache2/envvars
exec apache2 -D FOREGROUND