mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-13 10:08:34 +00:00
11 lines
167 B
Plaintext
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 '*'
|
|
|