summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd-distro
diff options
context:
space:
mode:
authorSimon Rettberg2020-10-01 14:26:06 +0200
committerSimon Rettberg2020-10-01 14:26:06 +0200
commitc38131e959aed97ad8ad800daf42ce2dfc21c4c0 (patch)
treea9fa374e495d54d3cb048877a912edcff03d6d86 /core/modules/systemd-distro
parent[systemd-default-path] fix copy&pasta (diff)
downloadmltk-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-distro')
-rw-r--r--core/modules/systemd-distro/data/etc/systemd/system/network-interface@.service9
-rw-r--r--core/modules/systemd-distro/data/etc/udev/rules.d/99-openslx-net.rules1
2 files changed, 0 insertions, 10 deletions
diff --git a/core/modules/systemd-distro/data/etc/systemd/system/network-interface@.service b/core/modules/systemd-distro/data/etc/systemd/system/network-interface@.service
deleted file mode 100644
index c566eda1..00000000
--- a/core/modules/systemd-distro/data/etc/systemd/system/network-interface@.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Brings interface %i up
-Wants=dhcpc@%i.service
-Before=dhcpc@%i.service
-
-[Service]
-Type=oneshot
-ExecStart=/opt/openslx/sbin/ip link set dev %i up
-
diff --git a/core/modules/systemd-distro/data/etc/udev/rules.d/99-openslx-net.rules b/core/modules/systemd-distro/data/etc/udev/rules.d/99-openslx-net.rules
deleted file mode 100644
index 2b65f37f..00000000
--- a/core/modules/systemd-distro/data/etc/udev/rules.d/99-openslx-net.rules
+++ /dev/null
@@ -1 +0,0 @@
-ACTION=="add", SUBSYSTEM=="net", KERNEL=="br0", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network-interface@$name.service"