4105555115
2cc4b99 file: use global exec timeout instead of own hardcoded limit ecd1660 exec: increase maximum execution time to 120s Also expose the socket and timeout options in /etc/config/rpcd for easier use. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
10 lines
162 B
Text
10 lines
162 B
Text
config rpcd
|
|
option socket /var/run/ubus.sock
|
|
option timeout 30
|
|
|
|
config login
|
|
option username 'root'
|
|
option password '$p$root'
|
|
list read '*'
|
|
list write '*'
|
|
|