supervisor related commands

Today time to re-use supervisor-related commands, found to have been forgotten, the following re-record it, a memo:

supervisorctl the restart <file application name> ; reset the specified application 
supervisorctl STOP <file application name> ; Stop given application 
supervisorctl Start <file application name> ; start specified application 
supervisorctl restart all; reset all applications 
supervisorctl stop all; stop all applications 
supervisorctl start all; start all application 
supervisorctl status; view current application status;

Stay updated, more please pay attention cnblogs.com/xuyaowen;

Guess you like

Origin www.cnblogs.com/xuyaowen/p/supervisor-command.html