feat: add logif for checl alive func
ci-agent / build (push) Has been cancelled

This commit is contained in:
d3m0k1d
2026-04-05 08:24:57 +03:00
parent 247505a310
commit f26fa3da69
2 changed files with 52 additions and 5 deletions
+4 -3
View File
@@ -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 {