4 lines
187 B
Plaintext
4 lines
187 B
Plaintext
# Logitech via Bluetooth (BlueZ UHID path 0005:046D:...)
|
|
ACTION=="add|change", SUBSYSTEM=="hidraw", KERNELS=="0005:046D:*", \
|
|
RUN+="/usr/bin/systemctl restart --no-block logid.service"
|