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

Burton, Ross ross.burton at intel.com
Tue Sep 2 15:03:33 UTC 2014


On 2 September 2014 11:53, Chen Qi <Qi.Chen at windriver.com> 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
> +ExecStart=- at SBINDIR@/dhcpd -q $INTERFACES

Hard-coded /etc, replace in $sysconfdir.

Ross



More information about the Openembedded-core mailing list