Update 'README.md'

This commit is contained in:
Grumpy Coder 2023-03-06 15:01:22 +00:00
parent e1df1fc2c4
commit 192d841837

View file

@ -32,7 +32,7 @@ ACTION=="add|change", KERNEL=="sd[a-z]", ENV{ID_USB_TYPE}=="disk", RUN+="/usr/bi
The rule activates on
* add or change
* kernel event involvinig disk devices **sd[a-z]**
* kernel event for disk devices **sd[a-z]**
* only if the device environment **ID_USB_TYPE==disk**
* execute **hdparm -W 0 /dev/%K**