Skip to content

Commit

Permalink
Add restart to service "supervisord" to actually restart in case it w…
Browse files Browse the repository at this point in the history
…as already enabled in the ami.

Signed-off-by: Francesco Giordano <giordafr@amazon.it>
  • Loading branch information
francesco-giordano committed Nov 24, 2023
1 parent 5de32ac commit ee7320e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-platform/recipes/finalize.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# Restart supervisord
service "supervisord" do
supports restart: true
action %i(enable start)
action %i(enable start restart)
end unless on_docker?

0 comments on commit ee7320e

Please sign in to comment.