]> git.ipfire.org Git - people/stevee/network.git/commitdiff
pppd-angel: Use a default holdoff time of 10 seconds.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 19 May 2013 08:52:20 +0000 (10:52 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 19 May 2013 09:09:08 +0000 (11:09 +0200)
helpers/pppd-angel

index c6c94df29b59fa7d5b8c625bb01e8e5c47672d54..b2489d1bd7174fbb2fadf8fada593de887f93a33 100755 (executable)
@@ -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 $?