Browse Source

knot-resolver: change scheduling priority

This should prevent some resolving issues by other router app.

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lilik-openwrt-22.03
Jan Pavlinec 3 years ago
parent
commit
1d1eca32db
No known key found for this signature in database GPG Key ID: 60244CCEFB39E584
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      net/knot-resolver/Makefile
  2. +1
    -0
      net/knot-resolver/files/kresd.init

+ 1
- 1
net/knot-resolver/Makefile View File

@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=knot-resolver
PKG_VERSION:=5.3.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-resolver


+ 1
- 0
net/knot-resolver/files/kresd.init View File

@ -65,6 +65,7 @@ start_service() {
procd_append_param command -c "$CONFIGFILE"
procd_append_param command -a "0.0.0.0#53"
procd_append_param command -a "::0#53"
procd_set_param nice '-5'
procd_close_instance
}


Loading…
Cancel
Save