kairos icon indicating copy to clipboard operation
kairos copied to clipboard

Make openrc override command logic generic for other services besides k3s

Open mauromorales opened this issue 5 months ago • 0 comments

The openrc override command is done via the following function

https://github.com/kairos-io/kairos-sdk/blob/c21aa7f149cbbea5416f7fd475d9c6613d208d4e/machine/openrc/unit.go#L62

Unfortunately, this is too k3s specific, the command should work for any other service.

mauromorales avatar Jan 15 '24 16:01 mauromorales