summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd-distro/data/etc/systemd/system/network-interface@.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/systemd-distro/data/etc/systemd/system/network-interface@.service')
-rw-r--r--core/modules/systemd-distro/data/etc/systemd/system/network-interface@.service9
1 files changed, 0 insertions, 9 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
-