ifupdown: allow for the executor path to be changed

This commit is contained in:
Ariadne Conill 2020-07-25 02:22:27 -06:00
parent 95a72b5663
commit dca34ebba7
3 changed files with 12 additions and 1 deletions

View file

@ -31,6 +31,9 @@ configured in the configuration database.
*-v, --verbose*
Show what commands are being run as they are executed.
*-E, --executor-path* _PATH_
Look for executors in the given _PATH_.
*-I, --include* _PATTERN_
Include _PATTERN_ when matching against the config or state
database.

View file

@ -31,6 +31,9 @@ configured in the configuration database.
*-v, --verbose*
Show what commands are being run as they are executed.
*-E, --executor-path* _PATH_
Look for executors in the given _PATH_.
*-I, --include* _PATTERN_
Include _PATTERN_ when matching against the config or state
database.