mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 04:37:17 +08:00
14 lines
485 B
Go
14 lines
485 B
Go
package supervisor
|
|
|
|
var (
|
|
Name = "Supervisor"
|
|
Description = "Supervisor 是一个客户端/服务器系统,允许用户监视和控制类 UNIX 操作系统上的多个进程。"
|
|
Slug = "supervisor"
|
|
Version = "4.2.5"
|
|
Requires = []string{}
|
|
Excludes = []string{}
|
|
Install = `bash /www/panel/scripts/supervisor/install.sh`
|
|
Uninstall = `bash /www/panel/scripts/supervisor/uninstall.sh`
|
|
Update = `bash /www/panel/scripts/supervisor/install.sh`
|
|
)
|