We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2002280 commit 5db7be6Copy full SHA for 5db7be6
luci/luci-app-qmodem/root/etc/init.d/qmodem_network
@@ -91,7 +91,7 @@ _dial()
91
{
92
procd_open_instance "modem_$1"
93
procd_set_param command "/usr/share/qmodem/modem_dial.sh" "$1" dial
94
- procd_set_param respawn
+ procd_set_param respawn 120 15 10
95
procd_close_instance
96
logger -t qmodem_network "Modem $1 Start Dial Now"
97
}
0 commit comments