mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
4beaed3652
Default udev rules are not system configuration for users to edit, we need to be able to replace them with a package update. Custom rules have to go into their own files.
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
# sysfs is populated after the event is sent
|
|
ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
|
|
|