mirror of
https://github.com/systemd/systemd.git
synced 2025-03-11 20:58:27 +03:00
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. (cherry picked from commit fe077a1a582a43a6378ff29452a373cc7d393764)
This commit is contained in:
parent
03b993a9bf
commit
fec28cb4f9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user