waywardgeek / infnoise

The world's easiest TRNG to get right
Creative Commons Zero v1.0 Universal
723 stars 99 forks source link

Udev rules minor typo #93

Open 197788 opened 3 years ago

197788 commented 3 years ago

There is a typo in the code. There is a space before the comma after ATTRS{idProduct}=="6015". It should be comma, then space before TAG+="systemd" :

SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", SYMLINK+="infnoise" ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015" ,TAG+="systemd", ENV{SYSTEMD_WANTS}="infnoise.service"

https://github.com/waywardgeek/infnoise/blob/master/software/README.md#udev-rules