[oe] [meta-oe][PATCH 1/1] dhcp: add system support to dhcp-server

Paul Menzel paulepanter at users.sourceforge.net
Mon Nov 7 18:05:36 UTC 2011


Dear Otavio,


thank you for the patch. system*d* in the commit summary.

Am Montag, den 07.11.2011, 14:33 +0000 schrieb Otavio Salvador:
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>  .../recipes-connectivity/dhcp/dhcp_4.2.0.bbappend  |   19 +++++++++++++++++++
>  .../recipes-connectivity/dhcp/files/dhcpd.service  |   12 ++++++++++++
>  2 files changed, 31 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-connectivity/dhcp/dhcp_4.2.0.bbappend
>  create mode 100644 meta-oe/recipes-connectivity/dhcp/files/dhcpd.service

[…]

> diff --git a/meta-oe/recipes-connectivity/dhcp/files/dhcpd.service b/meta-oe/recipes-connectivity/dhcp/files/dhcpd.service
> new file mode 100644
> index 0000000..70beee9
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/dhcp/files/dhcpd.service
> @@ -0,0 +1,12 @@
> +[Unit]
> +Description=Dynamic Host Configuration Protocol (DHCP)
> +After=syslog.target network.target
> +
> +[Service]
> +Type=forking
> +PIDFile=/var/run/dhcpd.pid
> +EnvironmentFile=-/etc/default/dhcp-server
> +ExecStart=/usr/sbin/dhcpd -cf /etc/dhcp/dhcpd.conf -q $INTERFACES
> +
> +[Install]
> +WantedBy=multi-user.target

Did you write this yourself or did you get it from somewhere? Is
upstream aware of this?


Thanks,

Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20111107/b01e00db/attachment-0002.sig>


More information about the Openembedded-devel mailing list