Merge pull request #859 from flatcar/krnowak/locksmith-resource-control

app-admin/locksmith: Stop using deprecated resource control options
This commit is contained in:
Krzesimir Nowak 2023-06-29 17:43:45 +02:00 committed by GitHub
commit 398ee10683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -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))

View File

@ -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