mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 08:44:29 +00:00
fix: set file descriptor limit in start_service function
This commit is contained in:
parent
26ffafd6dc
commit
9745e05628
@ -52,6 +52,8 @@ start_service() {
|
||||
fi
|
||||
procd_set_param group nogroup
|
||||
|
||||
ulimit -n 65536
|
||||
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user