modem_network: set respawn parameters for modem dial instance

This commit is contained in:
fujr 2025-04-22 14:04:33 +08:00
parent 20022805ab
commit 5db7be6d27

View File

@ -91,7 +91,7 @@ _dial()
{
procd_open_instance "modem_$1"
procd_set_param command "/usr/share/qmodem/modem_dial.sh" "$1" dial
procd_set_param respawn
procd_set_param respawn 120 15 10
procd_close_instance
logger -t qmodem_network "Modem $1 Start Dial Now"
}