💾 Archived View for freeshell.de › tldr › supervisorctl.gmi captured on 2023-11-04 at 12:53:32. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
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
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).