Commit 21aa707a authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 04e401e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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