1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2019-09-04 07:30:14 +02:00
parent 3d3839b02c
commit 0691eb2fb4

View file

@ -3,4 +3,8 @@ uci -q batch <<-EOF >/dev/null
set system.@system[-1].ttylogin=1 set system.@system[-1].ttylogin=1
commit system commit system
EOF EOF
uci -q batch <<-EOF >/dev/null
rpcd.@rpcd[-1].timeout='60'
commit rpcd
EOF
exit 0 exit 0