mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Increase rpcd default timeout
This commit is contained in:
parent
3d3839b02c
commit
0691eb2fb4
1 changed files with 4 additions and 0 deletions
|
@ -3,4 +3,8 @@ uci -q batch <<-EOF >/dev/null
|
|||
set system.@system[-1].ttylogin=1
|
||||
commit system
|
||||
EOF
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
rpcd.@rpcd[-1].timeout='60'
|
||||
commit rpcd
|
||||
EOF
|
||||
exit 0
|
Loading…
Reference in a new issue