summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Oertwig <Daniel.Oertwig@googlemail.com>2013-04-12 13:04:40 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2013-04-13 13:39:08 +0200
commit6116dfaf2e2c0fe51d1cd0998e697acb5136b481 (patch)
tree7397cd9c8b5984466494a39c83a2446574907cd3 /docs
parentaa20dd1eaeecd73e52d656ac3ca4d1a2a558edba (diff)
downloadnetctl-6116dfaf2e2c0fe51d1cd0998e697acb5136b481.tar.gz
netctl-6116dfaf2e2c0fe51d1cd0998e697acb5136b481.tar.xz
ExecDownPre is executed BEFORE the con is brought down
ExecDownPre is executed before the connection is brought down, not after, as the man suggests. See netctl/src/lib/network line 75
Diffstat (limited to 'docs')
-rw-r--r--docs/netctl.profile.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt
index 061f136..15234bb 100644
--- a/docs/netctl.profile.5.txt
+++ b/docs/netctl.profile.5.txt
@@ -82,7 +82,7 @@ GENERAL OPTIONS
fail, add ``|| true`' to the end of it.
'ExecDownPre='::
- A command that is executed after a connection is brought down.
+ A command that is executed before a connection is brought down.
Similar precautions should be taken as with 'ExecUpPost'.