This website requires JavaScript.
Explore
Help
Register
Sign In
pooneyy
/
1Panel-Appstore
mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore
Watch
1
Star
0
Fork
You've already forked 1Panel-Appstore
0
Code
04d720d0ee
1Panel-Appstore
/
php7
/
7.2.34
/
supervisor
/
run.sh
6 lines
104 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: PHP 增加 supervisor
2023-11-30 17:52:26 +08:00
#!/bin/sh
feat: PHP 增加是否安装 supervisor 选项
2023-12-05 15:24:17 +08:00
if
command
-v supervisord > /dev/null 2>
&
1
;
then
supervisord -c /etc/supervisord.conf
fi