Skip to content

Commit

Permalink
fix systemctl falling back to defaultTimeoutStopSec shutdown and use …
Browse files Browse the repository at this point in the history
…sigterm
  • Loading branch information
tomkimsour authored Oct 22, 2024
1 parent e84b6c8 commit a6e29d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-bridge-ros2dds/.service/zenoh-bridge-ros2dds.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Wants=network-online.target
Type=simple
Environment=RUST_LOG=info
ExecStart =+/usr/bin/zenoh-bridge-ros2dds -c /etc/zenoh-bridge-ros2dds/conf.json5
KillMode=mixed
KillMode=control-group
KillSignal=SIGINT
RestartKillSignal=SIGINT
Restart=on-failure
Expand Down

0 comments on commit a6e29d3

Please sign in to comment.