Skip to content

Instantly share code, notes, and snippets.

@Korveld
Last active October 16, 2024 06:42
Show Gist options
  • Select an option

  • Save Korveld/57394271a23addc5ef8bd5567e2e74ba to your computer and use it in GitHub Desktop.

Select an option

Save Korveld/57394271a23addc5ef8bd5567e2e74ba to your computer and use it in GitHub Desktop.

Revisions

  1. Kirill renamed this gist Oct 16, 2024. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Kirill revised this gist Oct 16, 2024. No changes.
  3. Kirill renamed this gist Oct 16, 2024. 1 changed file with 0 additions and 0 deletions.
  4. Kirill revised this gist Oct 7, 2024. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion Supervisor commands Centos httpd
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,7 @@ Monitor Logs
    tail -f /var/www/html/storage/logs/websockets.log

    Ensure WebSockets Run at Startup
    sudo systemctl enable supervisord
    sudo systemctl enable supervisord

    Stop the Supervisor Service
    sudo systemctl stop supervisord
  5. Kirill created this gist Oct 7, 2024.
    12 changes: 12 additions & 0 deletions Supervisor commands Centos httpd
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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