dnscrypt-proxy: fix logging (redirect stderr to svlogd).

This commit is contained in:
Daniel Néri 2021-07-23 12:24:43 +00:00 committed by Érico Nogueira Rolim
parent 6acfca310e
commit 1f9a1dceb5
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,3 @@
#!/bin/sh
exec 2>&1
exec dnscrypt-proxy -config /etc/dnscrypt-proxy.toml

View file

@ -1,7 +1,7 @@
# Template file for 'dnscrypt-proxy'
pkgname=dnscrypt-proxy
version=2.0.45
revision=1
revision=2
build_style=go
go_import_path=github.com/DNSCrypt/dnscrypt-proxy
go_package="${go_import_path}/dnscrypt-proxy"