Skip to content

Commit

Permalink
Add support for the ready_log_line check
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings committed Jun 7, 2024
1 parent 2c91556 commit 17f8bab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/process-compose/settings/process.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ in
default = null;
example = "process is ready";
};
ready_log_line = mkOption {
type = types.nullOr types.str;
default = null;
example = "process is ready";
};

namespace = mkOption {
type = types.str;
Expand Down

0 comments on commit 17f8bab

Please sign in to comment.