From 6116dfaf2e2c0fe51d1cd0998e697acb5136b481 Mon Sep 17 00:00:00 2001 From: Daniel Oertwig Date: Fri, 12 Apr 2013 14:04:40 +0300 Subject: 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 --- docs/netctl.profile.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/netctl.profile.5.txt') 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'. -- cgit v1.2.3-24-g4f1b