mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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.