Skip to content

Commit

Permalink
units: add initrd directory to list of conditions for systemd-confext
Browse files Browse the repository at this point in the history
systemd-sysext has the same check, but it was forgotten for confexts.
Needed to activate confexts from the ESP in the initrd.
  • Loading branch information
bluca authored and DaanDeMeyer committed Nov 20, 2024
1 parent a526b9d commit fe077a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions units/systemd-confext.service
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ConditionDirectoryNotEmpty=|/run/confexts
ConditionDirectoryNotEmpty=|/var/lib/confexts
ConditionDirectoryNotEmpty=|/usr/local/lib/confexts
ConditionDirectoryNotEmpty=|/usr/lib/confexts
ConditionDirectoryNotEmpty=|/.extra/confext

DefaultDependencies=no
After=local-fs.target
Expand Down

0 comments on commit fe077a1

Please sign in to comment.