diff options
| author | subh <subh@subh.space> | 2026-04-14 03:53:22 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-04-14 03:53:22 +0530 |
| commit | 5fffebbe568007b548ee1c0be6c602842738d077 (patch) | |
| tree | 9934805044fc04191fa33b7e30de3046fbe283cf | |
| parent | a570400bc4507f690caf505310704214e60c4249 (diff) | |
changes
| -rw-r--r-- | stuff/usb-notif-linux.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stuff/usb-notif-linux.html b/stuff/usb-notif-linux.html index 1f35212..6892090 100644 --- a/stuff/usb-notif-linux.html +++ b/stuff/usb-notif-linux.html @@ -92,7 +92,7 @@ ACTION=="remove", SUBSYSTEM=="block", ENV{DEVTYPE}=="disk", RUN+="/usr/local/bin/usb-notify-rem.sh '$env{ID_MODEL}'" </code></pre> -<p>save this in a <code>.rules</code> file under <code>/etc/udev/rules.d/</code>.</p> +<p>save this as <code>99-usb-notify.rules</code> file under <code>/etc/udev/rules.d/</code>.</p> <h2>2. Configuring the scripts</h2> |
