mirror of
https://github.com/openwrt/packages.git
synced 2026-06-20 07:50:31 +04:00
afd01e3034
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.