From 37ebb93a771958378e1307e66aad44d8d0a7461b Mon Sep 17 00:00:00 2001 From: William Johansson Date: Sun, 26 Jan 2020 19:28:36 +0100 Subject: [PATCH] Start cgroups service in OpenRC script cgroups init script is present in Alpine Linux since 3.8. Fixes #660 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 87ddcb0cd1..d364e12d4e 100755 --- a/install.sh +++ b/install.sh @@ -646,6 +646,7 @@ create_openrc_service_file() { depend() { after network-online + want cgroups } start_pre() {