fix: set file descriptor limit in start_service function

This commit is contained in:
SunBK201 2025-10-27 00:51:38 +08:00
parent 26ffafd6dc
commit 9745e05628

View File

@ -52,6 +52,8 @@ start_service() {
fi
procd_set_param group nogroup
ulimit -n 65536
procd_close_instance
}