mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
udev: expose network interfaces by default
This commit is contained in:
parent
4139c1b272
commit
c3087ddb58
@ -20,5 +20,6 @@ ACTION!="add|change", GOTO="systemd_end"
|
||||
KERNEL=="tty[0-9]|tty1[0-2]", ENV{SYSTEMD_EXPOSE}="1"
|
||||
KERNEL=="ttyS*", ENV{SYSTEMD_EXPOSE}="1"
|
||||
SUBSYSTEM=="block", ENV{SYSTEMD_EXPOSE}="1"
|
||||
SUBSYSTEM=="net", ENV{SYSTEMD_EXPOSE}="1"
|
||||
|
||||
LABEL="systemd_end"
|
||||
|
Loading…
x
Reference in New Issue
Block a user