supervisorctl

Supervisor is a client/server system that allows its users to…

supervisorctl

Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems. Supervisorctl is the command-line client piece of the supervisor which provides a shell-like interface.

supervisorctl {{start|stop|restart}} {{process_name}}

supervisorctl {{start|stop|restart}} {{group_name}}:*

supervisorctl tail -100 {{process_name}} stderr

supervisorctl tail -f {{process_name}} stdout

supervisorctl update

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← sup supervisord →