mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 08:28:20 +04:00
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 <aarond10@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user