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

Start cgroups service in OpenRC script
This commit is contained in:
Erik Wilson 2020-02-05 16:27:43 -07:00 committed by GitHub
commit 03fa4df5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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