mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 16:33:54 -04:00
This starts to make g13d more automatic. Instead of requiring manual intervention or automatic starts on system start, this will allow udevd to automatically trigger g13d when a g13 is plugged in. There's still a bug in g13d where if the device falls off the USB chain g13d won't exit, though, but this is a good start.
2 lines
132 B
Plaintext
2 lines
132 B
Plaintext
SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c21c", MODE="0660", TAG+="systemd", ENV{SYSTEMD_WANTS}="g13d.service"
|