summaryrefslogtreecommitdiffstats
path: root/meta-systemd
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
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')
-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 76d64d5d9..c9620cf09 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
6Type=forking 6Type=forking
7PIDFile=/var/run/dhclient.pid 7PIDFile=/var/run/dhclient.pid
8EnvironmentFile=-/etc/default/dhcp-client 8EnvironmentFile=-/etc/default/dhcp-client
9ExecStart=/sbin/dhclient -cf /etc/dhcp/dhclient.conf -q $INTERFACES -lf /var/lib/dhcp/dhclient.leases 9ExecStart=/sbin/dhclient -cf /etc/dhcp/dhclient.conf -q -lf /var/lib/dhcp/dhclient.leases $INTERFACES
10 10
11[Install] 11[Install]
12WantedBy=multi-user.target 12WantedBy=multi-user.target