fix: openresty服务名写错了

This commit is contained in:
耗子
2026-05-26 01:15:27 +08:00
parent 4739f6ea78
commit bac3dcc86d
+1 -1
View File
@@ -24,6 +24,6 @@ func (s *App) Route(r chi.Router) {
}
func (s *App) Status() string {
ok, _ := systemctl.Status("openresty")
ok, _ := systemctl.Status("nginx")
return types.AggregateAppStatus(ok)
}