diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2014-03-02 18:56:34 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2014-03-02 18:58:21 +0100 |
commit | 79442a6fb85b22b495885175a34d4e4d1f5dc16d (patch) | |
tree | 0a8473630eb73973f4e881f6d30722b03ed46e55 | |
parent | 0b4246c76c37d45666f1a5b739bb3d1e1a371ea8 (diff) | |
download | netctl-79442a6fb85b22b495885175a34d4e4d1f5dc16d.tar.gz netctl-79442a6fb85b22b495885175a34d4e4d1f5dc16d.tar.xz |
Document TimeoutUp
-rw-r--r-- | docs/netctl.profile.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt index d1b6447..45f9b3e 100644 --- a/docs/netctl.profile.5.txt +++ b/docs/netctl.profile.5.txt @@ -93,6 +93,10 @@ GENERAL OPTIONS A command that is executed before a connection is brought down. Similar precautions should be taken as with 'ExecUpPost'. +'TimeoutUp':: + Maximum time, in seconds, to wait for an interface to get up. + Defaults to `++5++'. + 'ForceConnect=':: Set to `++yes++' to force connecting even if the interface is up. Do not use this unless you know what you are doing. |