kairos-io/kairos

Make openrc override command logic generic for other services besides k3s

Open

#2,149 opened on Jan 15, 2024

 (4 comments) (0 reactions) (0 assignees)Go (133 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (1,782 stars)
PR merge metrics
 (Avg merge 2d 3h) (14 merged PRs in 30d)

Description

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.

Contributor guide