]> git.ipfire.org Git - thirdparty/systemd.git/commit
unit: do not trigger automount for /boot and/or /efi 31746/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Mar 2024 01:15:23 +0000 (10:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Mar 2024 01:23:18 +0000 (10:23 +0900)
commit6f9148bab97170393db2005222b66d82e0477aaa
tree9677e542a34b345b754ac7548ef04f0015395f88
parent7d6efb777ee5be2c8928ee5e946823672fe13ceb
unit: do not trigger automount for /boot and/or /efi

ProtectSystem=full remounts /boot and/or /efi read-only, but that
may trigger automount for the paths and delay the service being started.
===
systemd[1]: boot.automount: Got automount request for /boot, triggered by 720 ((networkd))
===
The service does not need to access the paths, so let's hide them.

Follow-up for f90eb086270f0aea8efcbff5a5e4c338d178cfd4.

Fixes #31742.
units/systemd-networkd.service.in