Skip to content

Commit

Permalink
Add a mention about SIGTERM in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahtinep committed Oct 17, 2024
1 parent 11e5dff commit b1b70f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/launcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ messages by starting ``satpy_launcher.py`` with command-line arguments
``-n False -a tcp://<host>:<port>`` where the host and port point to a
message publisher. Multiple publisher addresses can be given by supplying
them with additional ``-a`` switches.

The Trollflow2 process can be terminated gracefully by sending SIGTERM
to the it, eg. by ``kill -SIGTERM <pid>`` where ``<pid>`` is the
process ID number of Trollflow2.

0 comments on commit b1b70f1

Please sign in to comment.