Start cgroups service in OpenRC script

cgroups init script is present in Alpine Linux since 3.8.

Fixes #660
This commit is contained in:
William Johansson 2020-01-26 19:28:36 +01:00
parent cdab19b09a
commit 37ebb93a77

View File

@ -646,6 +646,7 @@ create_openrc_service_file() {
depend() {
after network-online
want cgroups
}
start_pre() {