dnscrypt-proxy: fix logging (redirect stderr to svlogd).
This commit is contained in:
parent
6acfca310e
commit
1f9a1dceb5
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec dnscrypt-proxy -config /etc/dnscrypt-proxy.toml
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue