From d7a41ee08ab6c1b6acf6ea8701bd5c84ca1104d6 Mon Sep 17 00:00:00 2001 From: Aaron Drew Date: Thu, 12 Jan 2017 20:33:08 +1100 Subject: [PATCH] https-dns-proxy: Fix wrong commandline argument Init scripts were configuring daemon to write log to file "127.0.0.1" instead. Signed-off-by: Aaron Drew --- net/https-dns-proxy/files/https_dns_proxy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/https-dns-proxy/files/https_dns_proxy.init b/net/https-dns-proxy/files/https_dns_proxy.init index df1b22045..333f3cac3 100644 --- a/net/https-dns-proxy/files/https_dns_proxy.init +++ b/net/https-dns-proxy/files/https_dns_proxy.init @@ -16,7 +16,7 @@ start_instance() { procd_open_instance procd_set_param command ${PROG} \ - -l "$listen_addr" -p "$listen_port" \ + -a "$listen_addr" -p "$listen_port" \ -u "$user" -g "$group" procd_set_param respawn procd_close_instance