diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-27 21:28:17 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-27 21:28:17 +0200 |
| commit | ac015d36e4ec4dafe9a0f481ed0fb8c6d6ee3f84 (patch) | |
| tree | 9ec04ab7e32975fbd9812c08ec505af890133a2b /usb-unplug.rules | |
create keyusb
Diffstat (limited to 'usb-unplug.rules')
| -rw-r--r-- | usb-unplug.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usb-unplug.rules b/usb-unplug.rules new file mode 100644 index 0000000..ab4759f --- /dev/null +++ b/usb-unplug.rules @@ -0,0 +1 @@ +ACTION=="remove", SUBSYSTEM=="usb", RUN+="/usr/local/sbin/keyusbctl -e" |