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 Oct 12, 2022
1 parent 4b17757 commit 42adca6
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('stop', common_options)
run_service_action('stop', common_options.merge(:include_sockets => true))
run_service_action('start', common_options)
server_ping_retry if @wait_for_server_response
end
Expand Down

0 comments on commit 42adca6

Please sign in to comment.