Hi, i've a problem after install and configuring the dhcp server in my raspi.
I installed the dhcpd following the arch wiki: https://wiki.archlinux.org/index.php/Dhcpd
When i start the service typping
$this->bbcode_second_pass_code('', 'systemctl start dhcpd4@eth0.service')
the dhcpd server runs correctly. Then i enable the service on boot
$this->bbcode_second_pass_code('', 'systemctl enable dhcpd4@eth0.service')
no errors produced. However, when i reboot the dhcpd doesn't run. It's necessary the manually start. If I type:
$this->bbcode_second_pass_code('', 'systemctl is-enabled dhcpd4@eth0.service')
The response is "enabled"
Can anyone help me? Very thanks