From: Peter Korsgaard Date: Mon, 9 Nov 2015 22:18:25 +0000 (+0100) Subject: dhcp: dhcpd.service: /etc/default/dhcpd.conf is optional X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21aa707a126155533748998f4fae328b1c63d1d6;p=buildroot.git dhcp: dhcpd.service: /etc/default/dhcpd.conf is optional The environment file is for optional customization, so don't error out if it isn't present. Signed-off-by: Peter Korsgaard --- diff --git a/package/dhcp/dhcpd.service b/package/dhcp/dhcpd.service index 7b265cbf3f..d58fbd5d05 100644 --- a/package/dhcp/dhcpd.service +++ b/package/dhcp/dhcpd.service @@ -7,7 +7,7 @@ Type=forking PIDFile=/run/dhcpd.pid ExecStart=/usr/sbin/dhcpd -q -pf /run/dhcpd.pid $INTERFACES KillSignal=SIGINT -EnvironmentFile=/etc/default/dhcpd.conf +EnvironmentFile=-/etc/default/dhcpd.conf [Install] WantedBy=multi-user.target