summaryrefslogtreecommitdiffstats
path: root/services/netctl-ifplugd@.service
diff options
context:
space:
mode:
Diffstat (limited to 'services/netctl-ifplugd@.service')
-rw-r--r--services/netctl-ifplugd@.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/services/netctl-ifplugd@.service b/services/netctl-ifplugd@.service
new file mode 100644
index 0000000..8948ac6
--- /dev/null
+++ b/services/netctl-ifplugd@.service
@@ -0,0 +1,10 @@
+[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