Skip to content

Commit

Permalink
High: Enable invoking new daemon names via hawk_invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
krig committed May 2, 2019
1 parent 7d9c25a commit 111598d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/hawk_invoke.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ static struct cmd_map commands[] = {
{"pengine", LIBDIR"/pacemaker/pengine"},
{"hb_report", SBINDIR"/hb_report"},
{"booth", SBINDIR"/booth"},
{"pacemaker-schedulerd", LIBDIR"/pacemaker/pacemaker-schedulerd"},
{"pacemaker-controld", LIBDIR"/pacemaker/pacemaker-controld"},
{NULL, NULL}
};

Expand Down

0 comments on commit 111598d

Please sign in to comment.