4 lines
68 B
Bash
4 lines
68 B
Bash
#!/bin/bash
|
|
service php7.4-fpm start &
|
|
service nginx start &
|
|
/bin/sh |
#!/bin/bash
|
|
service php7.4-fpm start &
|
|
service nginx start &
|
|
/bin/sh |