dnscrypt-proxy: change start priority
* adapt start priority to the new trigger based setup Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
e0c9e8fcb8
commit
25a3014ee2
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dnscrypt-proxy
|
PKG_NAME:=dnscrypt-proxy
|
||||||
PKG_VERSION:=1.9.5
|
PKG_VERSION:=1.9.5
|
||||||
PKG_RELEASE:=6
|
PKG_RELEASE:=7
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy \
|
PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
|
|
||||||
START=50
|
START=30
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
PROG=/usr/sbin/dnscrypt-proxy
|
PROG=/usr/sbin/dnscrypt-proxy
|
||||||
CONFIG_DIR=/var/etc
|
CONFIG_DIR=/var/etc
|
||||||
|
|
Loading…
Reference in a new issue