projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ba5b1
)
unit: check more specific path to be written by systemd-binfmt
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 10 Dec 2022 02:46:45 +0000
(11:46 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 14 Dec 2022 18:36:27 +0000
(
03:36
+0900)
Follow-up for
41807efb1594ae8e71e0255e154ea7d17be2251a
.
Replaces #25690.
units/systemd-binfmt.service.in
patch
|
blob
|
history
diff --git
a/units/systemd-binfmt.service.in
b/units/systemd-binfmt.service.in
index a702c0d9d7736725370ad82925e7d879c9820e68..b04412e037f2ed92b5a33fd03af6158aaba4f411 100644
(file)
--- a/
units/systemd-binfmt.service.in
+++ b/
units/systemd-binfmt.service.in
@@
-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
-ConditionPathIs
ReadWrite=/proc/sys/
+ConditionPathIs
MountPoint=/proc/sys/fs/binfmt_misc
ConditionDirectoryNotEmpty=|/lib/binfmt.d
ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d
ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d