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