Skip to content

Instantly share code, notes, and snippets.

@phanlyhuynh
Created October 14, 2020 04:22
Show Gist options
  • Save phanlyhuynh/a1cdf0e18051a8a6391f263e86d02a4b to your computer and use it in GitHub Desktop.
Save phanlyhuynh/a1cdf0e18051a8a6391f263e86d02a4b to your computer and use it in GitHub Desktop.
Supervisord command
supervisord -c path_supervisord_config_file // run supervisord
supervisorctl -c path_supervisord_config_file status all // check status of supervisord
supervisorctl -c path_supervisord_config_file restart all // restart supervisord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment