Start cgroups service in OpenRC script

cgroups init script is present in Alpine Linux since 3.8.

Fixes #660
pull/1354/head
William Johansson 2020-01-26 19:28:36 +01:00
parent cdab19b09a
commit 37ebb93a77
1 changed files with 1 additions and 0 deletions

View File

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