From c4906e27e91b34a29c09cac0eda6ec755c8a917a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 19 May 2013 10:52:20 +0200 Subject: [PATCH] pppd-angel: Use a default holdoff time of 10 seconds. --- helpers/pppd-angel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 $? -- 2.39.5