mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
udev: exclude loopback device from udev rule based sysctl application, since we can just apply that directly at boot
This commit is contained in:
parent
6e409ce10d
commit
3306729574
@ -44,7 +44,7 @@ SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:
|
|||||||
|
|
||||||
# Apply sysctl variables to network devices (and only to those) as they appear.
|
# Apply sysctl variables to network devices (and only to those) as they appear.
|
||||||
|
|
||||||
SUBSYSTEM=="net", RUN+="@rootlibexecdir@/systemd-sysctl --prefix=/proc/sys/net/ipv4/conf/$name --prefix=/proc/sys/net/ipv4/neigh/$name --prefix=/proc/sys/net/ipv6/conf/$name --prefix=/proc/sys/net/ipv6/neigh/$name"
|
SUBSYSTEM=="net", KERNEL!="lo", RUN+="@rootlibexecdir@/systemd-sysctl --prefix=/proc/sys/net/ipv4/conf/$name --prefix=/proc/sys/net/ipv4/neigh/$name --prefix=/proc/sys/net/ipv6/conf/$name --prefix=/proc/sys/net/ipv6/neigh/$name"
|
||||||
|
|
||||||
# Asynchronously mount file systems implemented by these modules as
|
# Asynchronously mount file systems implemented by these modules as
|
||||||
# soon as they are loaded.
|
# soon as they are loaded.
|
||||||
|
Loading…
Reference in New Issue
Block a user