diff options
Diffstat (limited to 'units/systemd-binfmt.service.in')
-rw-r--r-- | units/systemd-binfmt.service.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/units/systemd-binfmt.service.in b/units/systemd-binfmt.service.in index 0bf6df2011..d43497c151 100644 --- a/units/systemd-binfmt.service.in +++ b/units/systemd-binfmt.service.in @@ -11,7 +11,10 @@ DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service proc-sys-fs-binfmt_misc.automount Before=sysinit.target shutdown.target -ConditionDirectoryNotEmpty=/etc/binfmt.d +ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d +ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d +ConditionDirectoryNotEmpty=|/etc/binfmt.d +ConditionDirectoryNotEmpty=|/run/binfmt.d [Service] Type=oneshot |