dnscrypt-proxy: fix logging (redirect stderr to svlogd).
This commit is contained in:
parent
6acfca310e
commit
1f9a1dceb5
@ -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…
x
Reference in New Issue
Block a user