diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2024-11-20 00:34:00 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-11-20 09:12:24 +0100 |
commit | fe077a1a582a43a6378ff29452a373cc7d393764 (patch) | |
tree | 22f9a7e6d9e5a104cc441e39341cab4b63a5c5ab /units | |
parent | hwdb: add new Cube Mix Plus (i18D) rotation info (diff) | |
download | systemd-fe077a1a582a43a6378ff29452a373cc7d393764.tar.xz systemd-fe077a1a582a43a6378ff29452a373cc7d393764.zip |
units: add initrd directory to list of conditions for systemd-confext
systemd-sysext has the same check, but it was forgotten for confexts.
Needed to activate confexts from the ESP in the initrd.
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-confext.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-confext.service b/units/systemd-confext.service index 3b46ecae08..cd5e0f295f 100644 --- a/units/systemd-confext.service +++ b/units/systemd-confext.service @@ -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 |