5 lines
101 B
Bash
5 lines
101 B
Bash
#!/bin/bash
|
|
service php7.4-fpm start &
|
|
service nginx start &
|
|
#while true; do sleep 1000; done
|
|
/bin/sh |