]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: order systemd-rfkill.socket after /var/lib/systemd/rfkill (#10904)
authorLennart Poettering <lennart@poettering.net>
Sat, 24 Nov 2018 14:59:37 +0000 (15:59 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 24 Nov 2018 14:59:37 +0000 (23:59 +0900)
commit7af002f71d34afd1ba0c7f65bed7d45b103ad233
tree4724d9e70294add76735767c4eba6ab612408c09
parent176ceb2c472c266433e01c6d8d653152885cc264
units: order systemd-rfkill.socket after /var/lib/systemd/rfkill (#10904)

Otherwise we might install the socket unit early, but the service
backing it late, and then end up in strange loops when we enter rescue
mode, because we saw an event on /dev/rfkill but really can't dispatch
it nor flush it.

Fixes: #9171
units/systemd-rfkill.socket