diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-12-28 02:38:58 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-12-28 02:38:58 +0100 |
commit | 4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d (patch) | |
tree | 09580c92ca78e8b9b54d7ed8d6b79d7fcd6fd9ff /services/netctl-ifplugd@.service | |
parent | 6737a37e5666837a8f51a2f74bdebdd756151394 (diff) | |
download | netctl-4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d.tar.gz netctl-4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d.tar.xz |
Forking netcfg to netctl (1/2)
This commit contains the moving of files.
Diffstat (limited to 'services/netctl-ifplugd@.service')
-rw-r--r-- | services/netctl-ifplugd@.service | 10 |
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 |