2014-09-15 23:04:43 +02:00
|
|
|
[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
|
2015-11-09 23:18:25 +01:00
|
|
|
EnvironmentFile=-/etc/default/dhcpd.conf
|
2014-09-15 23:04:43 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|