Skip to content

Commit

Permalink
redis service should be disabled on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
reneradoi committed Jun 11, 2024
1 parent 8b4ffc0 commit 0edf9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platforms: # The platforms this ROCK should be built on and run on
services:
redis:
override: replace
startup: enabled
startup: disabled
summary: Start Redis
command: "redis-server"
redis_exporter:
Expand Down

0 comments on commit 0edf9dd

Please sign in to comment.