rpcd: fixed rpcd ubus sock path

This commit is contained in:
lean 2022-09-18 19:01:50 +08:00
parent e78c4bfffe
commit 4f4d410217
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git

View File

@ -7,7 +7,7 @@ NAME=rpcd
PROG=/sbin/rpcd
start_service() {
local socket=$(uci -q get rpcd.@rpcd[0].socket)
local socket='/var/run/ubus/ubus.sock'
local timeout=$(uci -q get rpcd.@rpcd[0].timeout)
procd_open_instance