6 lines
74 B
Bash
6 lines
74 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
service php8.5-fpm start
|
|
|
|
exec apachectl -D FOREGROUND |