Unverified Commit 03fa4df5 authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #1354 from radhus/k3s-openrc-depend-on-cgroups

Start cgroups service in OpenRC script
parents 0374c4f6 37ebb93a
...@@ -646,6 +646,7 @@ create_openrc_service_file() { ...@@ -646,6 +646,7 @@ create_openrc_service_file() {
depend() { depend() {
after network-online after network-online
want cgroups
} }
start_pre() { 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