mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-18 19:36:21 +08:00
12 lines
350 B
Go
12 lines
350 B
Go
package constant
|
|
|
|
const (
|
|
Supervisord = "supervisord"
|
|
Supervisor = "supervisor"
|
|
SupervisorConfigPath = "SupervisorConfigPath"
|
|
SupervisorServiceName = "SupervisorServiceName"
|
|
|
|
ClamServiceNameCentOs = "clamd@scan.service"
|
|
ClamServiceNameUbuntu = "clamav-daemon.service"
|
|
FreshClamService = "clamav-freshclam.service"
|
|
)
|