Merge pull request #3825 from aarond10/patch-2
https-dns-proxy: Fix wrong commandline argument
This commit is contained in:
commit
4de86db783
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ start_instance() {
|
||||||
|
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
procd_set_param command ${PROG} \
|
procd_set_param command ${PROG} \
|
||||||
-l "$listen_addr" -p "$listen_port" \
|
-a "$listen_addr" -p "$listen_port" \
|
||||||
-u "$user" -g "$group"
|
-u "$user" -g "$group"
|
||||||
procd_set_param respawn
|
procd_set_param respawn
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
|
|
Loading…
Reference in a new issue