Last active
October 16, 2024 06:42
-
-
Save Korveld/57394271a23addc5ef8bd5567e2e74ba to your computer and use it in GitHub Desktop.
Revisions
-
Kirill renamed this gist
Oct 16, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Kirill revised this gist
Oct 16, 2024 . No changes.There are no files selected for viewing
-
Kirill renamed this gist
Oct 16, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Kirill revised this gist
Oct 7, 2024 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 Stop the Supervisor Service sudo systemctl stop supervisord -
Kirill created this gist
Oct 7, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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