chiark / gitweb /
rfkill: use ID_PATH as identifier for rfkill state files
[elogind.git] / rules / 99-systemd.rules.in
index 498e89c3d8c72f47f318d477529db23aa5fa0ff2..8e877809a2327cd43eafe7e5f7c18c5254f83d8e 100644 (file)
@@ -57,6 +57,10 @@ ACTION=="add", SUBSYSTEM=="net", KERNEL!="lo", RUN+="@rootlibexecdir@/systemd-sy
 ACTION=="add", SUBSYSTEM=="backlight", TAG+="systemd", ENV{SYSTEMD_WANTS}+="systemd-backlight@backlight:$name.service"
 ACTION=="add", SUBSYSTEM=="leds", KERNEL=="*kbd_backlight", TAG+="systemd", ENV{SYSTEMD_WANTS}+="systemd-backlight@leds:$name.service"
 
+# Pull in rfkill save/restore for all rfkill devices
+
+ACTION=="add", SUBSYSTEM=="rfkill", TAG+="systemd", IMPORT{builtin}="path_id", ENV{SYSTEMD_WANTS}+="systemd-rfkill@$name.service"
+
 # Asynchronously mount file systems implemented by these modules as
 # soon as they are loaded.