This commit is contained in:
@@ -8,9 +8,10 @@ import (
|
||||
)
|
||||
|
||||
type ServiceConfig struct {
|
||||
Name string `yaml:"name"`
|
||||
Type string `yaml:"type"`
|
||||
Path *string `yaml:"path"`
|
||||
Name string `yaml:"name"`
|
||||
Type string `yaml:"type"`
|
||||
Path *string `yaml:"path"`
|
||||
SystemdUnit *string `yaml:"systemd_unit"` // Optional: systemd unit name for health check
|
||||
}
|
||||
|
||||
type AgentConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user