Skip to content

Commit

Permalink
cgroupv1: set Linux cmd arg SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1 to w…
Browse files Browse the repository at this point in the history
…ork with systemd >= v256
  • Loading branch information
ader1990 committed Oct 24, 2024
1 parent 1b0fd73 commit 30d3fbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kola/tests/misc/cgroup1.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ func init() {
"contents": { "source": "data:," },
"mode": 420
}]
},
"kernel_arguments:" {
"shouldExist": [
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
]
}
}`)

Expand Down

0 comments on commit 30d3fbd

Please sign in to comment.