Skip to content

Commit

Permalink
Refs #22518: Provisional - Use SIGTERM
Browse files Browse the repository at this point in the history
Signed-off-by: cferreiragonz <[email protected]>
  • Loading branch information
cferreiragonz committed Jan 8, 2025
1 parent 5352079 commit 1d15ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fastdds/discovery/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def __init__(self, argv):
if not self.__is_daemon_running():
print('The Fast DDS daemon is not running.')
raise SystemExit(0)
print(client_cli.stop_request(domain, get_sig_idx(signal.SIGINT)))
print(client_cli.stop_request(domain, get_sig_idx(signal.SIGTERM)))
elif command_int == command_to_int[Command.ADD]:
if not self.__is_daemon_running():
print('The Fast DDS daemon is not running.')
Expand Down

0 comments on commit 1d15ef7

Please sign in to comment.