mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
login: Use the GOTO properly in udev rule
In udev rules the labels must be assigned to GOTO keys with '='.
This commit is contained in:
committed by
Lennart Poettering
parent
6c3569e11a
commit
632c2e4123
@@ -5,7 +5,7 @@
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
ACTION=="remove", GOTO "power_switch_end"
|
||||
ACTION=="remove", GOTO="power_switch_end"
|
||||
|
||||
SUBSYSTEM=="input", KERNEL=="event*", SUBSYSTEMS=="acpi", TAG+="power-switch"
|
||||
SUBSYSTEM=="input", KERNEL=="event*", KERNELS=="thinkpad_acpi", TAG+="power-switch"
|
||||
|
||||
Reference in New Issue
Block a user