1Panel/agent/constant/host_tool.go
2024-07-23 14:48:37 +08:00

9 lines
202 B
Go

package constant
const (
Supervisord = "supervisord"
Supervisor = "supervisor"
SupervisorConfigPath = "SupervisorConfigPath"
SupervisorServiceName = "SupervisorServiceName"
)