libifupdown: execute: add lif_maybe_try_executor()
This commit is contained in:
parent
4a5a37a620
commit
96112d5dc9
3 changed files with 21 additions and 1 deletions
|
@ -28,7 +28,9 @@ struct match_options {
|
|||
};
|
||||
|
||||
static bool up;
|
||||
static struct lif_execute_opts exec_opts = {};
|
||||
static struct lif_execute_opts exec_opts = {
|
||||
.executor_path = EXECUTOR_PATH,
|
||||
};
|
||||
|
||||
void
|
||||
ifupdown_usage(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue