|
@@ -452,12 +452,10 @@ start_service() {
|
|
|
procd_set_param env TZ="$SET_TZ"
|
|
|
fi
|
|
|
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
|
|
|
- procd_set_param limits core="unlimited"
|
|
|
- procd_set_param limits nofile="unlimited"
|
|
|
+ procd_set_param limits core="unlimited" nofile="unlimited"
|
|
|
procd_set_param stderr 1
|
|
|
procd_set_param command $binpath $ADDITIONAL_ARGS
|
|
|
procd_set_param file "$configpath"
|
|
|
- procd_set_param file "/etc/config/AdGuardHome"
|
|
|
procd_close_instance
|
|
|
if [ -f "$configpath" ]; then
|
|
|
do_redirect 1
|