Merge pull request #171 from cgwalters/fix-autoupdates

autoupdates: Fix to use correct unit
This commit is contained in:
Colin Walters 2024-01-21 11:09:39 -05:00 committed by GitHub
commit 460ba40b76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ postprocess:
target=/usr/lib/systemd/system/default.target.wants
mkdir -p $target
set -x
ln -s ../bootc-fetch-apply-updates.service $target
ln -s ../bootc-fetch-apply-updates.timer $target