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 <[email protected]> > --- > .../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
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
