Open
Description
There is PathExistsGlob
and PathChanged
, but there is no PathChangedGlob
.
I thought to use PathChangedGlob
to start a service when /dev/microem*
appears. Pseudo devices /dev/microem*
are created by a custom kernel driver when special USB devices are connected. When a device is connected, service must be started. PathModifiedGlob
would also be useful.
I do not know if it is easy tro set minoring by a glob or not. Just a feature request.