php-micro-file-server/run.sh

11 lines
115 B
Bash
Raw Normal View History

2024-09-12 22:45:03 +08:00
#!/bin/sh
# 后台启动
php-fpm -D
2024-09-12 23:34:20 +08:00
# 启动nginx
nginx
# 启动nacos心跳服务
php ./start.php
# hold后台
sh