I came across this bug and created a systemd service.
udhcpd is started to early, when the interface doesn't already have an
IP assigned.

The simple fix is using a systemd service file.

best,
lynxis
[Unit]
Description=udhcpcd DHCP server
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=/usr/sbin/udhcpd -f
RestartSec=5
Restart=always

[Install]
WantedBy=multi-user.target

Attachment: pgpulLXVKXslJ.pgp
Description: OpenPGP digital signature

Reply via email to