21aa707a12
The environment file is for optional customization, so don't error out if it isn't present. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
256 B
Desktop File
14 lines
256 B
Desktop File
[Unit]
|
|
Description=DHCP server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/dhcpd.pid
|
|
ExecStart=/usr/sbin/dhcpd -q -pf /run/dhcpd.pid $INTERFACES
|
|
KillSignal=SIGINT
|
|
EnvironmentFile=-/etc/default/dhcpd.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|