diff options
author | Bill Nottingham <notting@redhat.com> | 2000-08-07 05:57:19 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-08-07 05:57:19 +0000 |
commit | bffc09ca0f9081340e51a3b8de865f549ae93c2c (patch) | |
tree | 3d0d4b9be90d388100c9060cce1dc8cef41ed57d /sysconfig.txt | |
parent | 305706cc1f323b80c82a4d66749835f1a6816544 (diff) | |
download | initscripts-bffc09ca0f9081340e51a3b8de865f549ae93c2c.tar initscripts-bffc09ca0f9081340e51a3b8de865f549ae93c2c.tar.gz initscripts-bffc09ca0f9081340e51a3b8de865f549ae93c2c.tar.bz2 initscripts-bffc09ca0f9081340e51a3b8de865f549ae93c2c.tar.xz initscripts-bffc09ca0f9081340e51a3b8de865f549ae93c2c.zip |
add RETRYCONNECT option for ppp-watch
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 07fc0ed2..8460fc26 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -429,6 +429,12 @@ Files in /etc/sysconfig/network-scripts/ RETRYTIMEOUT=<number of seconds, default currently 60> (time to wait before re-attempting to establish a connection after a previous attempt fails.) + RETRYCONNECT=yes|no (defaults to yes) + If this is yes, then we will re-run pppd if it exits with a + "connect script failed" status. Otherwise, only one attempt + is made to bring up the connection. Note that some connect + scripts (for example, wvdial) might do their own retries (such + as BUSY or NO DIALTONE conditions). /etc/sysconfig/network-scripts/chat-<interface-name>: |