mirror of
https://github.com/hnhx/librex.git
synced 2025-01-25 02:03:04 -03:00
6 lines
81 B
Bash
Executable file
6 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
service php-fpm8 start
|
|
service nginx start
|
|
|
|
exec nginx -g daemon off;
|