Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
sudo supervisorctl status all
# this should output then something similar to:
t5socketserver:Translate5SocketServer   RUNNING   pid 979, uptime 4:37:43

...

Code Block
sudo supervisorctl

This offers you the supervisor prompt showing you the status of all cofigured programs.

The following commands can be helpful:

commanddescription
help [command]prints all available commands
statusprints all configured commands and their status information
startstarts a single configured program, tab can be used to complete programs
restart [all | progname]restarts all or a single program
update [all]Reload program ini config and add/remove as necessary, and will restart affected programs
reloadreloads the whole supervisord, if the main config changed for example.