diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-13 17:39:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-13 18:52:53 +0200 |
commit | 41807efb1594ae8e71e0255e154ea7d17be2251a (patch) | |
tree | 533430e213dbda523778897daeb2e52f912a7235 /units/systemd-binfmt.service.in | |
parent | 9f28b98ec6461b4e06edd1e149c1ee5e9dcc4be0 (diff) |
units: do binfmt magic only when /proc/sys is writable
Diffstat (limited to 'units/systemd-binfmt.service.in')
-rw-r--r-- | units/systemd-binfmt.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-binfmt.service.in b/units/systemd-binfmt.service.in index 267d5c3fd8..8d288066dc 100644 --- a/units/systemd-binfmt.service.in +++ b/units/systemd-binfmt.service.in @@ -11,6 +11,7 @@ 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 +ConditionPathIsReadWrite=/proc/sys/ ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d ConditionDirectoryNotEmpty=|/etc/binfmt.d |