update 2022-07-26 20:20:56

This commit is contained in:
github-actions[bot]
2022-07-26 20:20:56 +08:00
parent 16083be5a0
commit f5040dc7df
3 changed files with 31 additions and 31 deletions

View File

@@ -159,6 +159,7 @@ ln_start_bin() {
echolog "-----------end------------"
_exit 2
}
ulimit -n 1000000
${file_func:-echolog " - ${ln_name}"} "$@" >/dev/null 2>&1 &
}
@@ -847,7 +848,6 @@ start() {
boot() {
echolog "boot"
mkdir -p /var/run /var/lock /var/log /tmp/dnsmasq.d $TMP_BIN_PATH $TMP_DNSMASQ_PATH
ulimit -n 65535
start
}