mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-22 22:03:43 +03:00
rules: split the rfkill subsystem rule (#6556)
This patch makes sure both rules are applied to rfkill devices. Otherwise the ENV rule may be skipped if path_id fails. Fixes: #6528
This commit is contained in:
parent
c23c34bcba
commit
5aece00d45
@ -63,7 +63,8 @@ SUBSYSTEM=="backlight", TAG+="systemd", IMPORT{builtin}="path_id", ENV{SYSTEMD_W
|
||||
SUBSYSTEM=="leds", KERNEL=="*kbd_backlight", TAG+="systemd", IMPORT{builtin}="path_id", ENV{SYSTEMD_WANTS}+="systemd-backlight@leds:$name.service"
|
||||
|
||||
# Pull in rfkill save/restore for all rfkill devices
|
||||
SUBSYSTEM=="rfkill", ENV{SYSTEMD_RFKILL}="1", IMPORT{builtin}="path_id"
|
||||
SUBSYSTEM=="rfkill", ENV{SYSTEMD_RFKILL}="1"
|
||||
SUBSYSTEM=="rfkill", IMPORT{builtin}="path_id"
|
||||
SUBSYSTEM=="misc", KERNEL=="rfkill", TAG+="systemd", ENV{SYSTEMD_WANTS}+="systemd-rfkill.socket"
|
||||
|
||||
# Asynchronously mount file systems implemented by these modules as soon as they are loaded.
|
||||
|
Loading…
x
Reference in New Issue
Block a user