mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Start cgroups service in OpenRC script
cgroups init script is present in Alpine Linux since 3.8. Fixes #660
This commit is contained in:
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
Block a user