Add watch option for dm devices to get change notification if devic changes.
[grml-udev-config.git] / debian / grml-udev-config.grml-dm.udev
1 # should be part of the device-mapper rules
2 # Watch the device node with inotify, when closed after being opened for
3 # writing, a change uevent will be synthesised.
4
5 KERNEL=="dm-*", OPTIONS+="watch"
6