restart (command-line)
Restart supervised program(s)
<console.py> restart [-h] [-n] [-i] [-f] [program [program ...]]
-
program
Optionally specify program(s) in scope of the command. If none is given, all programs are considered in scope.
-
-n
-
--no-server-start
Avoid eventual automatic Ramona server start.
This is relevant in case command restart is issued when Ramona server is not running.
-
-i
-
--immediate-return
Don’t wait for restart of programs and return ASAP.
-
-f
-
--force-start
Force restart of programs even if they are in FATAL state.