diff options
| author | Simon Rettberg | 2020-10-01 14:26:06 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2020-10-01 14:26:06 +0200 |
| commit | c38131e959aed97ad8ad800daf42ce2dfc21c4c0 (patch) | |
| tree | a9fa374e495d54d3cb048877a912edcff03d6d86 /core/modules/systemd/data/usr | |
| parent | [systemd-default-path] fix copy&pasta (diff) | |
| download | mltk-c38131e959aed97ad8ad800daf42ce2dfc21c4c0.tar.gz mltk-c38131e959aed97ad8ad800daf42ce2dfc21c4c0.tar.xz mltk-c38131e959aed97ad8ad800daf42ce2dfc21c4c0.zip | |
[systemd] Move network-interface service/udevrule to dhcpc-busybox
Diffstat (limited to 'core/modules/systemd/data/usr')
| -rw-r--r-- | core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules b/core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules index 77ef9615..3306c195 100644 --- a/core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules +++ b/core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules @@ -33,7 +33,6 @@ SUBSYSTEM=="block", KERNEL!="ram*|loop*", ENV{DM_UUID}=="CRYPT-*", ENV{ID_PART_T SUBSYSTEM=="net", KERNEL=="eth*", TAG=="openslxignore", GOTO="systemd_end" -SUBSYSTEM=="net", KERNEL=="br0|br-nic-*", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network-interface@$name.service" SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/bluetooth/devices/%k" SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_WANTS}="bluetooth.target" |
