Add start script
This commit is contained in:
parent
62365a2558
commit
b50a371634
8
scripts/start
Executable file
8
scripts/start
Executable 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
|
Loading…
Reference in New Issue
Block a user