Skip to content

Commit d7672b5

Browse files
committed
systemd: Define order for confext and sysext
For a confext to influence how things shipped in a sysext behave or even how sysext itself behaves it's good to define that confext runs first. This is also explicitly done in bootengine. With the skip logic we ideally don't set up extensions again during boot but that only works if the contents can be ensured to be equal and the fallback is a full refresh otherwise. Signed-off-by: Kai Lueke <kailuke@microsoft.com>
1 parent 5b69861 commit d7672b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Define an order to allow a confext to influence systemd-sysext
2+
[Unit]
3+
After=systemd-confext.service

0 commit comments

Comments
 (0)