Skip to content

Commit

Permalink
Merge pull request #859 from flatcar/krnowak/locksmith-resource-control
Browse files Browse the repository at this point in the history
app-admin/locksmith: Stop using deprecated resource control options
  • Loading branch information
krnowak authored Jun 29, 2023
2 parents f5b1aa3 + f484fbf commit 398ee10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/changes/2023-06-29-locksmith-cgroup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated locksmith to use non-deprecated resource control options in the systemd unit ([Locksmith#20](https://github.com/flatcar/locksmith/pull/20))
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inherit cros-workon systemd coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="b5fb1347fa5c5be5ce3cb39c80e4d3ae599675d1" # flatcar-master
CROS_WORKON_COMMIT="439d44f24b24f679d08f309399f6bb2f82614637" # flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit 398ee10

Please sign in to comment.