atfpolicy: reduce ubus_wait timeout to 2s

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2022-12-19 13:01:49 +01:00
parent 4967fcd2be
commit 74eb6f96ab

View File

@@ -52,6 +52,6 @@ start_service() {
}
service_started() {
ubus -t 10 wait_for atfpolicy
ubus -t 2 wait_for atfpolicy
[ $? = 0 ] && reload_service
}