LinuxCommandLibrary

supervisord

supervisord

TLDR

Start supervisord with specified configuration file

$ supervisord -c [path/to/file]
copy


Run supervisord in the foreground
$ supervisord -n
copy

Copied to clipboard