Update mosdns

This commit is contained in:
Bard 2022-04-14 15:37:52 +08:00 committed by GitHub
parent 238a873305
commit cf2f3245d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ start_service() {
[ $enabled != 1 ] && return 1 [ $enabled != 1 ] && return 1
delcron delcron
setcron setcron
echo '' > $(uci -q get mosdns.mosdns.logfile) cat /dev/null > $(uci -q get mosdns.mosdns.logfile)
procd_open_instance mosdns procd_open_instance mosdns
procd_set_param command $PROG -c "$CONF" procd_set_param command $PROG -c "$CONF"
procd_set_param user root procd_set_param user root