Merge pull request #22 from lindroidux/updated-service.sh
updated service.sh
This commit is contained in:
commit
cbc4443574
|
@ -12,8 +12,7 @@ MODDIR=${0%/*}
|
||||||
# till network is available & start dnscrypt-proxy.
|
# till network is available & start dnscrypt-proxy.
|
||||||
|
|
||||||
while ! [ `pgrep -x dnscrypt-proxy` ] ; do
|
while ! [ `pgrep -x dnscrypt-proxy` ] ; do
|
||||||
$MODDIR/system/bin/dnscrypt-proxy -config /data/media/0/dnscrypt-proxy/dnscrypt-proxy.toml;
|
$MODDIR/system/bin/dnscrypt-proxy -config /data/media/0/dnscrypt-proxy/dnscrypt-proxy.toml && sleep 15;
|
||||||
sleep 15;
|
|
||||||
done
|
done
|
||||||
|
|
||||||
#IPTABLES
|
#IPTABLES
|
||||||
|
|
Loading…
Reference in New Issue