Skip to content

Instantly share code, notes, and snippets.

@Korveld
Last active October 16, 2024 06:42
Show Gist options
  • Save Korveld/57394271a23addc5ef8bd5567e2e74ba to your computer and use it in GitHub Desktop.
Save Korveld/57394271a23addc5ef8bd5567e2e74ba to your computer and use it in GitHub Desktop.
Supervisor cheat sheet
sudo systemctl start supervisord
sudo systemctl enable supervisord
sudo supervisorctl reread
sudo supervisorctl update
sudo supervisorctl start websockets
sudo supervisorctl status
Monitor Logs
tail -f /var/www/html/storage/logs/websockets.log
Ensure WebSockets Run at Startup
sudo systemctl enable supervisord
Stop the Supervisor Service
sudo systemctl stop supervisord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment