Merge pull request #3825 from aarond10/patch-2

https-dns-proxy: Fix wrong commandline argument
This commit is contained in:
Hannu Nyman
2017-01-12 13:05:49 +02:00
committed by GitHub
@@ -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