ddns-scripts: fix luci XHR timeout when restarting ddns service
authorJuan Antonio <redacted>
Sun, 7 Dec 2025 15:08:50 +0000 (16:08 +0100)
committerFlorian Eckert <redacted>
Wed, 21 Jan 2026 07:00:39 +0000 (08:00 +0100)
commitafd01e303438481a640ba986bedd1643259b1938
treeb7a3ffd438f22a337a865f520b75ed44699d1f04
parentc199e374153c991ccdfba511ea298226b3217128
ddns-scripts: fix luci XHR timeout when restarting ddns service

Redirect stdout and stderr to /dev/null when starting/restarting the ddns
service in the background. Without this redirection, file descriptors are
inherited by the child process, preventing proper process detachment and
causing luci's XHR requests to timeout.
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_lucihelper.sh
git clone https://git.99rst.org/PROJECT