diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-04-12 13:46:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 13:46:08 +0200 |
commit | 3af48a86d99b3117a44bc22258ab4d34d0ba7655 (patch) | |
tree | 594af3dadad0f5a0febfb73137689eea7503fe83 /units/systemd-sysext.service | |
parent | Merge pull request #27165 from poettering/fdstore-envvar (diff) | |
parent | update TODO (diff) | |
download | systemd-3af48a86d99b3117a44bc22258ab4d34d0ba7655.tar.xz systemd-3af48a86d99b3117a44bc22258ab4d34d0ba7655.zip |
Merge pull request #25608 from poettering/dissect-moar
dissect: add dissection policies
Diffstat (limited to 'units/systemd-sysext.service')
-rw-r--r-- | units/systemd-sysext.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-sysext.service b/units/systemd-sysext.service index 117591e897..5c11eba7c9 100644 --- a/units/systemd-sysext.service +++ b/units/systemd-sysext.service @@ -15,6 +15,7 @@ ConditionCapability=CAP_SYS_ADMIN ConditionDirectoryNotEmpty=|/etc/extensions ConditionDirectoryNotEmpty=|/run/extensions ConditionDirectoryNotEmpty=|/var/lib/extensions +ConditionDirectoryNotEmpty=|/.extra/sysext DefaultDependencies=no After=local-fs.target |