Re: [OE-core] [PATCH 10/26] dhcp: add dhcpd.service

2014-09-02 Thread ChenQi
On 09/02/2014 11:03 PM, Burton, Ross wrote: On 2 September 2014 11:53, Chen Qi wrote: --- /dev/null +++ b/meta/recipes-connectivity/dhcp/files/dhcpd.service @@ -0,0 +1,11 @@ +[Unit] +Description=DHCP Server Daemon +After=network.target +After=time-sync.target + +[Service] +EnvironmentFile=/etc/

Re: [OE-core] [PATCH 10/26] dhcp: add dhcpd.service

2014-09-02 Thread Burton, Ross
On 2 September 2014 11:53, Chen Qi wrote: > --- /dev/null > +++ b/meta/recipes-connectivity/dhcp/files/dhcpd.service > @@ -0,0 +1,11 @@ > +[Unit] > +Description=DHCP Server Daemon > +After=network.target > +After=time-sync.target > + > +[Service] > +EnvironmentFile=/etc/default/dhcp-server > +Exec

[OE-core] [PATCH 10/26] dhcp: add dhcpd.service

2014-09-02 Thread Chen Qi
Add dhcpd.service to support systemd systems. Signed-off-by: Chen Qi --- meta/recipes-connectivity/dhcp/dhcp.inc| 18 ++ meta/recipes-connectivity/dhcp/files/dhcpd.service | 11 +++ 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 meta/rec