packages/net/nextdns/files/nextdns.defaults
Marc Benoit e54247a6fa nextdns: initialize nextdns from /etc/uci-defaults
Signed-off-by: Marc Benoit <marcb62185@gmail.com>
2022-09-06 13:39:40 -07:00

8 lines
180 B
Bash

#!/bin/sh
/usr/sbin/nextdns install
# opkg automatically enables each service, but not image builder,
# so enable it here to cover both cases
/etc/init.d/nextdns enable
exit 0