From 27c11787d7c58b02f12d7afd476ea66abfeecaaf Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Fri, 28 Dec 2012 02:43:13 +0100 Subject: Forking netcfg to netctl (2/2) This commit contains the refactoring and rewriting of code. --- services/netctl-ifplugd@.service | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'services/netctl-ifplugd@.service') diff --git a/services/netctl-ifplugd@.service b/services/netctl-ifplugd@.service index 8948ac6..05cb1cf 100644 --- a/services/netctl-ifplugd@.service +++ b/services/netctl-ifplugd@.service @@ -1,10 +1,9 @@ [Unit] -Description=Automatic wired network connection via netcfg +Description=Automatic wired network connection using netctl profiles +Documentation=man:netctl.special(7) [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 +ExecStart=/usr/bin/ifplugd -i %i -r /etc/ifplugd/netctl.action -fIns [Install] WantedBy=multi-user.target -- cgit v1.2.3-24-g4f1b