X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=etc%2Fudev%2Fdebian%2Frun.rules;h=75d71375bb02e897c6501590a9da8b05437a3aea;hp=23fa43c051c1d712a3ff575c7545fd23deb1caf0;hb=6e01a73fc31c220bfed43540ecd15a4daa8cc428;hpb=5bd4c5d72aa69c8d0b722630fd88e29c4a42662a diff --git a/etc/udev/debian/run.rules b/etc/udev/debian/run.rules index 23fa43c05..75d71375b 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"