Révision | 51c912005cfcefb4f92603edb3946bf14718c007 (tree) |
---|---|
l'heure | 2018-02-21 05:01:32 |
Auteur | Tatsuki Sugiura <sugi@nemu...> |
Commiter | Tatsuki Sugiura |
Tiny tune in sample setting.
@@ -7,8 +7,8 @@ Here is an example that connect `dsl-provider` | ||
7 | 7 | ``` |
8 | 8 | primitive ppp-myisp PPPConnection \ |
9 | 9 | params isp=dsl-provider \ |
10 | - op monitor interval=30 timeout=10 \ | |
11 | - op start timeout=60 interval=0 \ | |
10 | + op monitor interval=30 timeout=10 on-fail=restart \ | |
11 | + op start timeout=60 interval=0 on-fail=restart \ | |
12 | 12 | op stop timeout=60 interval=0 |
13 | 13 | ``` |
14 | 14 |