diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-05-26 02:16:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-21 19:29:44 +0200 |
commit | c9f09cda7705a1ad583b0d9e95b5f1e1b091438d (patch) | |
tree | 66e3d26cf894288223941e808e820723c577e213 /src | |
parent | d2f92cdfd0189491387069da45734816effd8cbd (diff) |
udev: simplify udev rules a bit
Diffstat (limited to 'src')
-rw-r--r-- | src/99-systemd.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/99-systemd.rules b/src/99-systemd.rules index 186ef45f49..c079c35304 100644 --- a/src/99-systemd.rules +++ b/src/99-systemd.rules @@ -5,7 +5,7 @@ # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -ACTION!="add|change", GOTO="systemd_end" +ACTION=="remove", GOTO="systemd_end" SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd" SUBSYSTEM=="tty", KERNEL=="tty[a-zA-Z]*|hvc*", TAG+="systemd" |