summaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rw-r--r--systemd/net-auto-wired.service1
-rw-r--r--systemd/net-auto-wireless.service1
2 files changed, 0 insertions, 2 deletions
diff --git a/systemd/net-auto-wired.service b/systemd/net-auto-wired.service
index 321a62e..f611a89 100644
--- a/systemd/net-auto-wired.service
+++ b/systemd/net-auto-wired.service
@@ -3,7 +3,6 @@ Description=Provides automatic netcfg wired connection
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
diff --git a/systemd/net-auto-wireless.service b/systemd/net-auto-wireless.service
index 6f7a8c0..c2ea4f8 100644
--- a/systemd/net-auto-wireless.service
+++ b/systemd/net-auto-wireless.service
@@ -3,7 +3,6 @@ Description=Provides automatic netcfg wireless connection
Before=network.target
[Service]
-EnvironmentFile=/etc/rc.conf
EnvironmentFile=/etc/conf.d/netcfg
ExecStart=/usr/bin/netcfg-wpa_actiond $WIRELESS_INTERFACE
ExecStop=/usr/bin/netcfg-wpa_actiond stop $WIRELESS_INTERFACE