Skip to content

Commit

Permalink
refactor: process’ command can be a package
Browse files Browse the repository at this point in the history
Co-authored-by: Sridhar Ratnakumar <[email protected]>
  • Loading branch information
shivaraj-bh and srid authored Mar 18, 2024
1 parent 17996af commit 729320e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/redis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ in
};
in
{
command = "${startScript}/bin/start-redis";
command = startScript;

readiness_probe = {
exec.command = "${config.package}/bin/redis-cli -p ${toString config.port} ping";
Expand Down

0 comments on commit 729320e

Please sign in to comment.