Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dns/nextdns-community/src/etc/rc.d/nextdns
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down