* [PATCH V2 0/1] dhcp: fix for systemd service file
@ 2014-12-18 3:09 Chen Qi
2014-12-18 3:09 ` [PATCH V2 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2014-12-18 3:09 UTC (permalink / raw)
To: openembedded-core
The following changes since commit e6c6d3fcfd2faf867e8145d25c1ba197fb9ee6b5:
build-appliance-image: Update to dizzy head revision (2014-09-23 22:10:21 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/systemd-dhcpd
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/systemd-dhcpd
Chen Qi (1):
dhcp: fix for systemd service file
meta/recipes-connectivity/dhcp/files/dhcpd.service | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH V2 1/1] dhcp: fix for systemd service file
2014-12-18 3:09 [PATCH V2 0/1] dhcp: fix for systemd service file Chen Qi
@ 2014-12-18 3:09 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2014-12-18 3:09 UTC (permalink / raw)
To: openembedded-core
1. Add '-f --no-pid' option to make dhcpd start correctly
2. Do not force existence of the environment file.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-connectivity/dhcp/files/dhcpd.service | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-connectivity/dhcp/files/dhcpd.service b/meta/recipes-connectivity/dhcp/files/dhcpd.service
index 8648f1a..484f46a 100644
--- a/meta/recipes-connectivity/dhcp/files/dhcpd.service
+++ b/meta/recipes-connectivity/dhcp/files/dhcpd.service
@@ -4,8 +4,8 @@ After=network.target
After=time-sync.target
[Service]
-EnvironmentFile=@SYSCONFDIR@/default/dhcp-server
-ExecStart=-@SBINDIR@/dhcpd -q $INTERFACES
+EnvironmentFile=-@SYSCONFDIR@/default/dhcp-server
+ExecStart=-@SBINDIR@/dhcpd -f --no-pid -q $INTERFACES
[Install]
WantedBy=multi-user.target
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-18 3:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 3:09 [PATCH V2 0/1] dhcp: fix for systemd service file Chen Qi
2014-12-18 3:09 ` [PATCH V2 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox