From: root Date: Sun, 19 May 2013 08:52:20 +0000 (+0200) Subject: pppd-angel: Use a default holdoff time of 10 seconds. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a78929c49958e8c4321952d94b10f8da082c1acf;p=network.git pppd-angel: Use a default holdoff time of 10 seconds. --- diff --git a/helpers/pppd-angel b/helpers/pppd-angel index c6c94df2..b2489d1b 100755 --- a/helpers/pppd-angel +++ b/helpers/pppd-angel @@ -45,7 +45,8 @@ function main() { trap "cleanup" EXIT TERM KILL # Start the angel process. - pppd_angel "${zone}" "${config_file}" + pppd_angel "${zone}" "${config_file}" \ + --holdoff-time="10" } main "$@" || exit $?