0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-09-07 13:30:29 +00:00
Files
openwrt/package/system/rpcd/files/rpcd.config
2020-10-22 15:13:38 +01:00

11 lines
167 B
Plaintext

config rpcd
option socket /var/run/ubus/ubus.sock
option timeout 30
config login
option username 'root'
option password '$p$root'
list read '*'
list write '*'