You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# do not edit this file, it will be overwritten on update |
|
|
|
# run a command on remove events |
|
ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}" |
|
|
|
# event to be catched by udevmonitor |
|
RUN+="socket:@/org/kernel/udev/monitor" |
|
|
|
|