Merge pull request #171 from cgwalters/fix-autoupdates
autoupdates: Fix to use correct unit
This commit is contained in:
commit
460ba40b76
|
|
@ -8,4 +8,4 @@ postprocess:
|
||||||
target=/usr/lib/systemd/system/default.target.wants
|
target=/usr/lib/systemd/system/default.target.wants
|
||||||
mkdir -p $target
|
mkdir -p $target
|
||||||
set -x
|
set -x
|
||||||
ln -s ../bootc-fetch-apply-updates.service $target
|
ln -s ../bootc-fetch-apply-updates.timer $target
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue