mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
unit: check more specific path to be written by systemd-binfmt
Follow-up for 41807efb1594ae8e71e0255e154ea7d17be2251a. Replaces #25690.
This commit is contained in:
parent
94ba5b1532
commit
f74a7cb45c
@ -18,7 +18,7 @@ After=proc-sys-fs-binfmt_misc.automount
|
||||
After=proc-sys-fs-binfmt_misc.mount
|
||||
After=local-fs.target
|
||||
Before=sysinit.target shutdown.target
|
||||
ConditionPathIsReadWrite=/proc/sys/
|
||||
ConditionPathIsMountPoint=/proc/sys/fs/binfmt_misc
|
||||
ConditionDirectoryNotEmpty=|/lib/binfmt.d
|
||||
ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d
|
||||
ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user