Browse Source

dnscrypt-proxy: change start priority

* adapt start priority to the new trigger based setup

Signed-off-by: Dirk Brenken <dev@brenken.org>
lilik-openwrt-22.03
Dirk Brenken 7 years ago
parent
commit
25a3014ee2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/dnscrypt-proxy/Makefile
  2. +1
    -1
      net/dnscrypt-proxy/files/dnscrypt-proxy.init

+ 1
- 1
net/dnscrypt-proxy/Makefile View File

@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnscrypt-proxy
PKG_VERSION:=1.9.5
PKG_RELEASE:=6
PKG_RELEASE:=7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy \


+ 1
- 1
net/dnscrypt-proxy/files/dnscrypt-proxy.init View File

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=50
START=30
USE_PROCD=1
PROG=/usr/sbin/dnscrypt-proxy
CONFIG_DIR=/var/etc


Loading…
Cancel
Save