Skip to content

Commit

Permalink
Merge pull request #4778 from ncopa/openrc-cgroups
Browse files Browse the repository at this point in the history
Ensure that cgroups is mounted with openrc
  • Loading branch information
ncopa authored Jul 18, 2024
2 parents cddef24 + 8d49033 commit 65ec138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/install/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func EnsureService(args []string, envVars []string, force bool) error {
"LaunchdConfig": launchdConfig,
}
case "linux-openrc":
deps = []string{"need net", "use dns", "after firewall"}
deps = []string{"need cgroups", "need net", "use dns", "after firewall"}
svcConfig.Option = map[string]interface{}{
"OpenRCScript": openRCScript,
}
Expand Down

0 comments on commit 65ec138

Please sign in to comment.