Commit 37ebb93a authored by William Johansson's avatar William Johansson

Start cgroups service in OpenRC script

cgroups init script is present in Alpine Linux since 3.8. Fixes #660
parent cdab19b0
......@@ -646,6 +646,7 @@ create_openrc_service_file() {
depend() {
after network-online
want cgroups
}
start_pre() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment