mirror of https://github.com/k3s-io/k3s
Start cgroups service in OpenRC script
cgroups init script is present in Alpine Linux since 3.8. Fixes #660pull/1354/head
parent
cdab19b09a
commit
37ebb93a77
|
@ -646,6 +646,7 @@ create_openrc_service_file() {
|
|||
|
||||
depend() {
|
||||
after network-online
|
||||
want cgroups
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
|
|
Loading…
Reference in New Issue