diff --git a/dns/nextdns-community/src/etc/rc.d/nextdns b/dns/nextdns-community/src/etc/rc.d/nextdns index 6ebe3f7..2226b1a 100644 --- a/dns/nextdns-community/src/etc/rc.d/nextdns +++ b/dns/nextdns-community/src/etc/rc.d/nextdns @@ -6,7 +6,7 @@ rcvar=nextdns_enable pidfile=/var/run/${name}.pid command=/usr/sbin/daemon -command_args="-P ${pidfile} ${name} run &" +command_args="-P ${pidfile} ${name} run -config-file /usr/local/etc/nextdns.conf &" stop_cmd="killall nextdns" status_cmd=nextdns_status