stop (command-line)

Stop supervised program(s).

Optionally also terminate Ramona server.

<console.py> stop [-h] [-i] [-c] [-E] [-T] [program [program ...]]
program

Optionally specify program(s) in scope of the command. If none is given, all programs are considered in scope.

-i
--immediate-return

Dont wait for termination of programs and exit ASAP.

-c
--core-dump

Stop program(s) to produce core dump (core dump must be enabled in program configuration). It is archived by sending signal that lead to dumping of a core file.

-E
--stop-and-exit

Stop all programs and exit Ramona server. This is a default behaviour of the stop command.

-S
--stop-and-stay

Stop all programs but keep Ramona server running.

Previous topic

start (command-line)

Next topic

restart (command-line)

This Page