Merge pull request #469 from fewtarius/dev

Revert udev rule.
This commit is contained in:
fewtarius 2022-09-05 15:27:19 -04:00 committed by GitHub
commit 743b100fa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +0,0 @@
### Restart the volume service whenever a USB device is attached
### or detached so brightness and volume work across connected
### devices.
ACTION=="add", SUBSYSTEM=="usb", RUN+="/usr/bin/systemctl restart volume"
ACTION=="remove", SUBSYSTEM=="usb", RUN+="/usr/bin/systemctl restart volume"