start update

This commit is contained in:
Andrei Condurachi 2020-11-20 18:20:21 +02:00
parent 3f62e418ee
commit d44290893b
1 changed files with 2 additions and 4 deletions

6
run.sh
View File

@ -1,6 +1,4 @@
#!/bin/sh
# Start PHP-FPM in the background
php-fpm -F
# Start Apache
service httpd start
# Start PHP-FPM and Apache
php-fpm -F && service httpd start