Add readme for udev files

This commit is contained in:
Robin Gareus 2022-05-17 03:52:36 +02:00
parent c10c3ed64f
commit 6f973e09d1
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 9 additions and 0 deletions

9
tools/udev/README.md Normal file
View File

@ -0,0 +1,9 @@
These files are intended to be copied to ` /etc/udev/rules.d/` on a GNU/Linux system,
in order to grant permissions to access various devices to users in the audio group.
After doing so either reboot, or restart udevd as follows:
```
sudo udevadm control --reload-rules
sudo udevadm trigger
```