10 example = literalExpression ''"''${pkgs.curl} -f http://localhost:80"'';
11 description = "(Path of) Script command to execute followed by args, i.e. cmd [args]...";
17 description = "Seconds between script invocations.";
23 description = "Seconds after which script is considered to have failed.";
29 description = "Following a failure, adjust the priority by this weight.";
35 description = "Required number of successes for OK transition.";
41 description = "Required number of failures for KO transition.";
46 default = "keepalived_script";
47 description = "Name of user to run the script under.";
53 description = "Name of group to run the script under. Defaults to user group.";
56 extraConfig = mkOption {
59 description = "Extra lines to be added verbatim to the vrrp_script section.";