summaryrefslogtreecommitdiff
path: root/etc/udev/debian/run.rules
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev/debian/run.rules')
-rw-r--r--etc/udev/debian/run.rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/udev/debian/run.rules b/etc/udev/debian/run.rules
index 23fa43c051..75d71375bb 100644
--- a/etc/udev/debian/run.rules
+++ b/etc/udev/debian/run.rules
@@ -1,3 +1,9 @@
+# debugging monitor
+RUN+="socket:/org/kernel/udev/monitor"
+
+# run a command on remove events
+ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}"
+
# ignore the events generated by virtual consoles
KERNEL=="ptmx", OPTIONS+="last_rule"
KERNEL=="console", OPTIONS+="last_rule"