This website requires JavaScript.
Explore
Help
Register
Sign In
Ms-Studio
/
appstore-1panel
Watch
1
Star
0
Fork
0
You've already forked appstore-1panel
mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced
2024-11-11 09:56:56 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e5370c604d
appstore-1panel
/
apps
/
php8
/
8.0.30
/
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
Reference in New Issue
Copy Permalink