summaryrefslogtreecommitdiffstats
path: root/systemd/net-auto-wired.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/net-auto-wired.service')
-rw-r--r--systemd/net-auto-wired.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/systemd/net-auto-wired.service b/systemd/net-auto-wired.service
deleted file mode 100644
index 8948ac6..0000000
--- a/systemd/net-auto-wired.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Automatic wired network connection via netcfg
-
-[Service]
-EnvironmentFile=/etc/conf.d/netcfg
-ExecStart=/usr/bin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns
-ExecStop=/usr/bin/netcfg iface-down $WIRED_INTERFACE
-
-[Install]
-WantedBy=multi-user.target