build-grav/run.sh

6 lines
90 B
Bash

#!/bin/sh
# Start PHP-FPM in the background
php-fpm -F
# Start Apache
service httpd start