feat: PHP 增加是否安装 supervisor 选项

This commit is contained in:
zhengkunwang223
2023-12-05 15:24:30 +08:00
parent bc307a2198
commit e5370c604d
58 changed files with 227 additions and 545 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#!/bin/sh
supervisord -c /etc/supervisord.conf
if command -v supervisord > /dev/null 2>&1; then
supervisord -c /etc/supervisord.conf
fi