Skip to content

Commit

Permalink
Include socket services while stopping services during restart
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 committed Aug 17, 2023
1 parent c8bdc1c commit 69b9343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/procedures/service/restart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Restart < Base
PING_RETRY_INTERVAL = 30

def run
run_service_action('restart', common_options)
run_service_action('restart', common_options.merge(:include_sockets => true))
server_ping_retry if @wait_for_server_response
end

Expand Down

0 comments on commit 69b9343

Please sign in to comment.