mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix nofile limits
This commit is contained in:
parent
2109d66827
commit
eefb6046fa
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ ss_xxx() {
|
||||||
[ "$verbose" = 0 ] || procd_append_param command -v
|
[ "$verbose" = 0 ] || procd_append_param command -v
|
||||||
[ -z "$bind_address" ] || procd_append_param command -b "$bind_address"
|
[ -z "$bind_address" ] || procd_append_param command -b "$bind_address"
|
||||||
procd_set_param file "$confjson"
|
procd_set_param file "$confjson"
|
||||||
|
procd_set_param limits nofile="512000 512000"
|
||||||
procd_set_param respawn
|
procd_set_param respawn
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
ss_rules_cb
|
ss_rules_cb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue