mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-09-10 11:39:08 +00:00
Update machine/machine.go
Co-authored-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
@@ -122,7 +122,7 @@ func K0s() (Service, error) {
|
|||||||
func K0sWorker() (Service, error) {
|
func K0sWorker() (Service, error) {
|
||||||
if utils.IsOpenRCBased() {
|
if utils.IsOpenRCBased() {
|
||||||
return openrc.NewService(
|
return openrc.NewService(
|
||||||
openrc.WithName("k3sworker"),
|
openrc.WithName("k0sworker"),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user