diff --git a/machine/machine.go b/machine/machine.go index c9969ab..2431add 100644 --- a/machine/machine.go +++ b/machine/machine.go @@ -122,7 +122,7 @@ func K0s() (Service, error) { func K0sWorker() (Service, error) { if utils.IsOpenRCBased() { return openrc.NewService( - openrc.WithName("k3sworker"), + openrc.WithName("k0sworker"), ) }