diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-08-20 13:29:36 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-08-20 13:30:01 +0200 |
commit | 67106550f8a0255ae57a8a35a8ad62e47df07caf (patch) | |
tree | 15c1487b3f9568c250f024054a479b05679de885 /systemd/net-auto-wired.service | |
parent | 1227a80b24c943438757e933bd568ceddd00479b (diff) | |
download | netctl-67106550f8a0255ae57a8a35a8ad62e47df07caf.tar.gz netctl-67106550f8a0255ae57a8a35a8ad62e47df07caf.tar.xz |
Support more options in /etc/conf.d/netcfg (FS#25588)
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'systemd/net-auto-wired.service')
-rw-r--r-- | systemd/net-auto-wired.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/net-auto-wired.service b/systemd/net-auto-wired.service index b356fef..321a62e 100644 --- a/systemd/net-auto-wired.service +++ b/systemd/net-auto-wired.service @@ -4,6 +4,7 @@ Before=network.target [Service] EnvironmentFile=/etc/rc.conf +EnvironmentFile=/etc/conf.d/netcfg EnvironmentFile=-/etc/ifplugd/ifplugd.conf ExecStart=-/usr/sbin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIn -u0 -d10 ExecStop=-/usr/sbin/ifplugd -k -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action |