aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-11-20 15:07:19 -0800
committerKhem Raj <raj.khem@gmail.com>2013-01-08 09:31:52 -0800
commit3663fda08f06aef22097d415106078eb521b647e (patch)
tree5375abcf7170f56bdf736b4128e0447475efaba4 /meta-systemd/oe-core
parentdc75cb086d6f3c79c4ab2371ac36e9c829032e94 (diff)
downloadmeta-openembedded-3663fda08f06aef22097d415106078eb521b647e.tar.gz
dhclient.service: Rearrange the cmdline for dhclient
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-systemd/oe-core')
-rw-r--r--meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhclient.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhclient.service b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhclient.service
index 76d64d5d93..c9620cf09b 100644
--- a/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhclient.service
+++ b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhclient.service
@@ -6,7 +6,7 @@ After=syslog.target network.target
Type=forking
PIDFile=/var/run/dhclient.pid
EnvironmentFile=-/etc/default/dhcp-client
-ExecStart=/sbin/dhclient -cf /etc/dhcp/dhclient.conf -q $INTERFACES -lf /var/lib/dhcp/dhclient.leases
+ExecStart=/sbin/dhclient -cf /etc/dhcp/dhclient.conf -q -lf /var/lib/dhcp/dhclient.leases $INTERFACES
[Install]
WantedBy=multi-user.target