hostapd: add afcd respawn

Customize the procd instance respawn time  parameters to avoid afcd instance
crash while creating afc-location.json

Fixes: WIFI-14261
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
Tanya Singh
2024-11-08 18:50:32 +08:00
committed by John Crispin
parent 8ecd0c36dd
commit ccd23cb4c1

View File

@@ -25,7 +25,7 @@ _afc_location() {
# create afc-location.json
procd_open_instance
procd_set_param command "$PROG" /usr/share/hostap/afc_location.uc
procd_set_param respawn
procd_set_param respawn 0 60 5
procd_close_instance
}