Skip to content

Commit

Permalink
Add description for log ready option.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings committed Jun 7, 2024
1 parent 17f8bab commit fdaa978
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nix/process-compose/settings/process.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ in
type = types.nullOr types.str;
default = null;
example = "process is ready";
description = ''
A string to search for in the output of the command that indicates
the process is ready. String will be part of a regex '.*{ready_log_line}.*'.
This should be used for long running processes that do not have a
readily accessible check for http or similar other checks.
'';
};

namespace = mkOption {
Expand Down

0 comments on commit fdaa978

Please sign in to comment.