Update machine/machine.go

Co-authored-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Mauro Morales
2025-01-14 13:14:54 +01:00
committed by GitHub
parent a7e0b03367
commit cc9f480d58

View File

@@ -122,7 +122,7 @@ func K0s() (Service, error) {
func K0sWorker() (Service, error) {
if utils.IsOpenRCBased() {
return openrc.NewService(
openrc.WithName("k3sworker"),
openrc.WithName("k0sworker"),
)
}