start corrosion service even when machine is not initialised to be able to init cluster

This commit is contained in:
Pavel Sviderski
2024-10-01 15:04:20 +10:00
parent 6f9fc69c2e
commit 3287691a31
4 changed files with 60 additions and 6 deletions
+2
View File
@@ -2,4 +2,6 @@ package corroservice
type Service interface {
Start() error
Restart() error
Running() bool
}